commit | 4694e6e3f40c2ece234b65f0cda776c5590c0618 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jul 02 20:06:52 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 04 15:59:52 2016 -0700 |
tree | e8e7a4aae253b91a063d536a7b761128d60de63d | |
parent | 01dea536dc4e8eccd0d7741ec0e3dacd3060055c [diff] |
net: ethernet: arc: emac: 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>