net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Mon, 12 Dec 2016 22:28:33 +0000 (23:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Dec 2016 02:31:41 +0000 (21:31 -0500)
commit93dfe6c290123f1059828001678e6f8b1a102d9a
treef12d56e75d2981a04b3bd399b80ddf705619d658
parentb7b44fd23e6d2a896c6efbe85b39862f14aae11a
net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettings

The ethtool api {get|set}_settings is deprecated.
We move this driver to new api {get|set}_link_ksettings.

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