OSDN Git Service

net: ethtool: Remove PHYLIB direct dependency
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 6 Jul 2020 04:27:58 +0000 (21:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 22:41:05 +0000 (15:41 -0700)
commitf3631ab08eeb67ad023ba1b37004ecba0158f93f
treec71cc2bbc12802028a4319d89c9f3df471e9b4a0
parent55d8f053ce1bb2c010458c6e9883b9c7ac12adc3
net: ethtool: Remove PHYLIB direct dependency

Now that we have introduced ethtool_phy_ops and the PHY library
dynamically registers its operations with that function pointer, we can
remove the direct PHYLIB dependency in favor of using dynamic
operations.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig
net/ethtool/cabletest.c