Commit 615169c7 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240414154839.126852-1-krzk@kernel.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent c21614d5
...@@ -5967,7 +5967,6 @@ static struct platform_driver wcd934x_codec_driver = { ...@@ -5967,7 +5967,6 @@ static struct platform_driver wcd934x_codec_driver = {
} }
}; };
MODULE_ALIAS("platform:wcd934x-codec");
module_platform_driver(wcd934x_codec_driver); module_platform_driver(wcd934x_codec_driver);
MODULE_DESCRIPTION("WCD934x codec driver"); MODULE_DESCRIPTION("WCD934x codec driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment