Merge branch 'module_phy_driver'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Nov 2014 18:53:11 +0000 (13:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Nov 2014 18:53:11 +0000 (13:53 -0500)
commit59af81a14477d88a7a808fda2e2af3225a7d3f02
treef51f31917782679af7e9dbbd445155130323469b
parentc647cc3fd5ee3c3aba34a00326e684684d491de0
parent50fd71507e69eb96d15fa0544f23495838ae2dab
Merge branch 'module_phy_driver'

Johan Hovold says:

====================
net: phy: add module_phy_driver macro

Add module_phy_driver macro that can be used by PHY drivers that only
calls phy_driver_register or phy_drivers_register (and the corresponding
unregister functions) in their module init (and exit).

This allows us to eliminate a lot of boilerplate code.

Split in three patches (actual macro and two driver change classes) in
order to facilitate review.
====================

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>