Merge branch 'net-ethtool-Untangle-PHYLIB-dependency'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 22:41:05 +0000 (15:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 22:41:05 +0000 (15:41 -0700)
Florian Fainelli says:

====================
net: ethtool: Untangle PHYLIB dependency

This patch series untangles the ethtool netlink dependency with PHYLIB
which exists because the cable test feature calls directly into PHY
library functions. The approach taken here is to introduce
ethtool_phy_ops function pointers which can be dynamically registered
when PHYLIB loads.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge