]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6f92eedf3f5eac7cdbcd5529d1c784b0ffb88a0a
tree7d86a8f24ecad7876fcd94f73fd966422335c3ec
parent3a99bcadf7e18276ecea51565b40b1667b6b808b
parent2a5160ec7fb17df193950707fdc4193b21beff4c
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>