Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
9d85ec4e 615169c7

-1
-1
sound/soc/samsung/i2s.c
··· 1755 1755 /* Module information */ 1756 1756 MODULE_AUTHOR("Jaswinder Singh, <jassisinghbrar@gmail.com>"); 1757 1757 MODULE_DESCRIPTION("Samsung I2S Interface"); 1758 - MODULE_ALIAS("platform:samsung-i2s"); 1759 1758 MODULE_LICENSE("GPL");