Commit 1eb85d63 authored by Axel Lin's avatar Axel Lin Committed by John W. Linville

p54spi: add "spi:" prefix for stlc45xx modalias

Since commit e0626e38 (spi: prefix modalias with "spi:"),
the spi modalias is prefixed with "spi:".

This patch adds "spi:" prefix for modalias of stlc45xx.
Also move it to be group with other modalias.
Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-By: default avatarChristian Lamparter <chunkeey@googlemail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent debcf734
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#endif /* CONFIG_P54_SPI_DEFAULT_EEPROM */ #endif /* CONFIG_P54_SPI_DEFAULT_EEPROM */
MODULE_FIRMWARE("3826.arm"); MODULE_FIRMWARE("3826.arm");
MODULE_ALIAS("stlc45xx");
/* /*
* gpios should be handled in board files and provided via platform data, * gpios should be handled in board files and provided via platform data,
...@@ -738,3 +737,4 @@ MODULE_LICENSE("GPL"); ...@@ -738,3 +737,4 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Christian Lamparter <chunkeey@web.de>"); MODULE_AUTHOR("Christian Lamparter <chunkeey@web.de>");
MODULE_ALIAS("spi:cx3110x"); MODULE_ALIAS("spi:cx3110x");
MODULE_ALIAS("spi:p54spi"); MODULE_ALIAS("spi:p54spi");
MODULE_ALIAS("spi:stlc45xx");
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