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: wcd934x: 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-1-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
615169c7 c21614d5

-1
-1
sound/soc/codecs/wcd934x.c
··· 5967 5967 } 5968 5968 }; 5969 5969 5970 - MODULE_ALIAS("platform:wcd934x-codec"); 5971 5970 module_platform_driver(wcd934x_codec_driver); 5972 5971 MODULE_DESCRIPTION("WCD934x codec driver"); 5973 5972 MODULE_LICENSE("GPL v2");