Skip to content

Commit 9d85ec4

Browse files
krzkbroonie
authored andcommitted
ASoC: samsung: i2s: Drop unneeded MODULE_ALIAS
The ID table already has respective entry and MODULE_DEVICE_TABLE and creates proper alias for platform driver. Having another MODULE_ALIAS causes the alias to be duplicated. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240414154839.126852-2-krzk@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 615169c commit 9d85ec4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/samsung/i2s.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,5 +1755,4 @@ module_platform_driver(samsung_i2s_driver);
17551755
/* Module information */
17561756
MODULE_AUTHOR("Jaswinder Singh, <jassisinghbrar@gmail.com>");
17571757
MODULE_DESCRIPTION("Samsung I2S Interface");
1758-
MODULE_ALIAS("platform:samsung-i2s");
17591758
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)