]> 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)
commite20ad46c0f3a053a810f6532a33e94e4956f0e3d
tree4e7adf2ee0eb8dba4ffff7baac4f62fcc31fa897
parent1e28b36d43414df8e233f54402ec5c73abcf62f9
parent70bbb5b6510beb1b1c597178f510a3a2930a46f5
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>