net: phy: replace phy_drivers_register calls
authorJohan Hovold <johan@kernel.org>
Tue, 11 Nov 2014 18:45:59 +0000 (19:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Nov 2014 18:52:53 +0000 (13:52 -0500)
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>

No differences found