Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Axel Lin <axel.lin@gmail.com>
Acked-By: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Axel Lin and committed by
John W. Linville
1eb85d63 debcf734

+1 -1
+1 -1
drivers/net/wireless/p54/p54spi.c
··· 41 41 #endif /* CONFIG_P54_SPI_DEFAULT_EEPROM */ 42 42 43 43 MODULE_FIRMWARE("3826.arm"); 44 - MODULE_ALIAS("stlc45xx"); 45 44 46 45 /* 47 46 * gpios should be handled in board files and provided via platform data, ··· 737 738 MODULE_AUTHOR("Christian Lamparter <chunkeey@web.de>"); 738 739 MODULE_ALIAS("spi:cx3110x"); 739 740 MODULE_ALIAS("spi:p54spi"); 741 + MODULE_ALIAS("spi:stlc45xx");