Commit e4001885 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

spi: mt65xx: Fix module alias

Remove extra space and make the alias matches driver name.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4299aaaa
...@@ -746,4 +746,4 @@ module_platform_driver(mtk_spi_driver); ...@@ -746,4 +746,4 @@ module_platform_driver(mtk_spi_driver);
MODULE_DESCRIPTION("MTK SPI Controller driver"); MODULE_DESCRIPTION("MTK SPI Controller driver");
MODULE_AUTHOR("Leilk Liu <leilk.liu@mediatek.com>"); MODULE_AUTHOR("Leilk Liu <leilk.liu@mediatek.com>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform: mtk_spi"); MODULE_ALIAS("platform:mtk-spi");
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