commit | f3631ab08eeb67ad023ba1b37004ecba0158f93f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Sun Jul 05 21:27:58 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 07 15:41:05 2020 -0700 |
tree | c71cc2bbc12802028a4319d89c9f3df471e9b4a0 | |
parent | 55d8f053ce1bb2c010458c6e9883b9c7ac12adc3 [diff] |
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>