]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'encx24j600-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2015 20:28:57 +0000 (15:28 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2015 20:28:57 +0000 (15:28 -0500)
Javier Martinez Canillas says:

====================
net: encx24j600: Fix SPI driver module autoload

Recently I've been trying to fix module autoloading for all SPI drivers and
found that the encx24j600 driver does not fill module alias information due
missing a MODULE_DEVICE_TABLE() so module autload won't work and the driver
Kconfig symbol is tristate which means the driver can be built as a module.

But also the SPI id table is not correctly defined so this series fixes both
issues.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge