Merge branch 'net-of-autoload'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 23:09:11 +0000 (16:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 23:09:11 +0000 (16:09 -0700)
commita11d5585edc626106d060dde447467677d220485
tree7d86a8f24ecad7876fcd94f73fd966422335c3ec
parent1f770c0a09da855a2b51af6d19de97fb955eca85
parentebd8ebf078879973d0e8d2642253c091c23bd7d2
Merge branch 'net-of-autoload'

Luis de Bethencourt says:

====================
net: Fix module autoload for OF platform drivers

These patches add the missing MODULE_DEVICE_TABLE() for OF to export
the information so modules have the correct aliases built-in and
autoloading works correctly.

A longer explanation by Javier Canillas can be found here:
https://lkml.org/lkml/2015/7/30/519
====================

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