summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0d20b6487c61e7d1bde93acf4a14b7a89083a16d (plain)
1
*.pyc
>context:space:mode:
authorJohan Hovold <johan@kernel.org>2014-11-11 19:45:59 +0100
committerDavid S. Miller <davem@davemloft.net>2014-11-12 13:52:53 -0500
commit50fd71507e69eb96d15fa0544f23495838ae2dab (patch)
treef51f31917782679af7e9dbbd445155130323469b /drivers/net
parent116dffa0b543a2e560abd62a0b3207b1694f9ab9 (diff)
net: phy: replace phy_drivers_register calls
Replace module init/exit which only calls phy_drivers_register with module_phy_driver macro. Tested using Micrel driver, and otherwise compile-tested only. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')