]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy-of-autoload'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 23:11:21 +0000 (16:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 23:11:21 +0000 (16:11 -0700)
commit346a9c2d4f67ec553eefbe2ec1e81e66b4eabadc
tree4e7adf2ee0eb8dba4ffff7baac4f62fcc31fa897
parent6f92eedf3f5eac7cdbcd5529d1c784b0ffb88a0a
parent3b1652c5735289f06ee392ee5144b33f59e1c57f
Merge branch 'phy-of-autoload'

Luis de Bethencourt says:

====================
net: phy: 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>