]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-phy-Uninline-PHY-ethtool-statistics'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Jul 2020 19:39:05 +0000 (12:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jul 2020 19:39:05 +0000 (12:39 -0700)
commit9d18c921c4be5e17c426ab6b71a16f984c36ff91
tree29cb8b0b08a06e465f030ebea49f98d84c0ae2ce
parent47486d259074faf32195b1fdef6857bf3057b67e
parentd610331cf3116c381c30d0c0aad485b94636e937
Merge branch 'net-phy-Uninline-PHY-ethtool-statistics'

Florian Fainelli says:

====================
net: phy: Uninline PHY ethtool statistics

Now that we have introduced ethtool_phy_ops we can uninline those
operations and move them back into phy.c where they belong. Since those
functions are used by DSA, we need to continue exporting those symbols.

It might be possible to remove ndo_get_ethtool_phy_stats in a subsequent
patch since we could have DSA register its own ethtool_phy_ops instance
instead of overloading the ethtool_ops.
====================

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