ASoC: samsung: i2s: Drop unneeded MODULE_ALIAS
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 14 Apr 2024 15:48:39 +0000 (17:48 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 15 Apr 2024 01:17:17 +0000 (10:17 +0900)
commit9d85ec4e91e354ed2d8291e1ea3ba76e660205a0
tree3f5b616f42d764f2fd62a9ab23f47c9a635b481d
parent615169c727b13ff4ec6c43b62501f73f9f88a11a
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>
sound/soc/samsung/i2s.c