]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit64cf370887ac497e74b2e4224b662bfd1d8db41a
tree8dfef04de8f8c0a95dbf5a05e2ade838b4e06a7c
parent322cf7e3a4e89236ae386cb5668ae0d787d21136
parent07f56c616d06b966c0a63d16172935b257a6a8d4
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>