commit | 17809516a03a045565ad6a80e6241754615871ac | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Jul 08 09:46:25 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 08 12:39:05 2020 -0700 |
tree | 29cb8b0b08a06e465f030ebea49f98d84c0ae2ce | |
parent | bd36ed1c935144a0e3b788bba659258f666e7b5b [diff] |
net: phy: Uninline PHY ethtool statistics operations Now that we have moved the PHY ethtool statistics to be dynamically registered, we no longer need to inline those for ethtool. This used to be done to avoid cross symbol referencing and allow ethtool to be decoupled from PHYLIB entirely. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>