net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettings
commitb1725423732dd7b58856adcc03cbf1145fcea491
authorPhilippe Reynes <tremyfr@gmail.com>
Mon, 16 May 2016 22:32:34 +0000 (17 00:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 May 2016 02:20:06 +0000 (16 22:20 -0400)
tree0368a9163c02c5dc0ed69077881cc52ac6b73e8b
parenta54d20f85ab12fab4873d2947b2be965430bf609
net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettings

There are two generics functions phy_ethtool_{get|set}_link_ksettings,
so we can use them instead of defining the same code in the driver.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_mpc52xx.c