]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: encx24j600: Export missing SPI module alias information
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 30 Oct 2015 12:49:18 +0000 (13:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2015 20:28:56 +0000 (15:28 -0500)
The driver Kconfig symbol is tristate which means that it can be built as
a module but the module alias information is not added to the module info
so module autoload won't work since user-space won't have the information.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/encx24j600.c

index c2dafc1c53de67088740f72496227e7d5a07743b..2056b719c262f2afb24093a92cea7635609bdaa0 100644 (file)
@@ -1098,6 +1098,7 @@ static const struct spi_device_id encx24j600_spi_id_table[] = {
        { .name = "encx24j600" },
        { /* sentinel */ }
 };
+MODULE_DEVICE_TABLE(spi, encx24j600_spi_id_table);
 
 static struct spi_driver encx24j600_spi_net_driver = {
        .driver = {