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

spi: clps711x: Add MODULE_ALIAS to support module auto-loading

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

authored by

Axel Lin and committed by
Mark Brown
350a9b33 98984796

+1
+1
drivers/spi/spi-clps711x.c
··· 257 257 MODULE_LICENSE("GPL"); 258 258 MODULE_AUTHOR("Alexander Shiyan <shc_work@mail.ru>"); 259 259 MODULE_DESCRIPTION("CLPS711X SPI bus driver"); 260 + MODULE_ALIAS("platform:" DRIVER_NAME);