net: wan: slic_ds26522: add SPI device ID table to fix module autoload
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 12 Oct 2016 18:55:40 +0000 (15:55 -0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Oct 2016 14:11:48 +0000 (10:11 -0400)
commit558c5eb58a5c029745b29558782d528b05aba8a5
treee1e125350742e48928c8a5e8f47362df8fee9bf1
parenta220445f9f4382c36a53d8ef3e08165fa27f7e2c
net: wan: slic_ds26522: add SPI device ID table to fix module autoload

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
$

After this patch:

$ modinfo drivers/net/wan/slic_ds26522.ko | grep alias
alias:          spi:ds26522

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