Skip to content

Commit 615169c

Browse files
krzkbroonie
authored andcommitted
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>
1 parent c21614d commit 615169c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/wcd934x.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5967,7 +5967,6 @@ static struct platform_driver wcd934x_codec_driver = {
59675967
}
59685968
};
59695969

5970-
MODULE_ALIAS("platform:wcd934x-codec");
59715970
module_platform_driver(wcd934x_codec_driver);
59725971
MODULE_DESCRIPTION("WCD934x codec driver");
59735972
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)