]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37894ce50b533a65a06a2748b7fb615deed94434
tree8dfef04de8f8c0a95dbf5a05e2ade838b4e06a7c
parentd09d0b936d491f9413618abddc866557109b5807
parent3948e19085f3740fc6a044ffc512e187c370b015
Merge branch 'encx24j600-fixes'

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>