commit | 91cd3b4499bfbf6d5a412b4f9e3da9d260a1412f | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jun 18 15:15:40 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 22 16:22:41 2016 -0400 |
tree | 82f6c8f9102314d0b11db8472bb58459e3963733 | |
parent | 5427ccafe61a95b945730a23c3f7645a96a24fd7 [diff] |
net: ethernet: sun4i-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>