]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit07f56c616d06b966c0a63d16172935b257a6a8d4
tree8dfef04de8f8c0a95dbf5a05e2ade838b4e06a7c
parentd0cb48cd19ce1e249cd350aa67fbf63560292266
net: encx24j600: Export missing SPI module alias information

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