Re: [PATCH 1/2] net: wan: slic_ds26522: add SPI device ID table to fix module autoload

2016-10-14 Thread David Miller
From: Javier Martinez Canillas Date: Wed, 12 Oct 2016 15:55:40 -0300 > If the driver is built as a module, module alias information isn't filled > so the module won't be autoloaded. Add a SPI device ID table and use the > MODULE_DEVICE_TABLE() macro so the information is exported in the module. >

[PATCH 1/2] net: wan: slic_ds26522: add SPI device ID table to fix module autoload

2016-10-12 Thread Javier Martinez Canillas
If the driver is built as a module, module alias information isn't filled so the module won't be autoloaded. Add a SPI device ID table and use the MODULE_DEVICE_TABLE() macro so the information is exported in the module. Before this patch: $ modinfo drivers/net/wan/slic_ds26522.ko | grep alias $