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)
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>

Trivial merge