net: phy: Uninline PHY ethtool statistics operations
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 8 Jul 2020 16:46:25 +0000 (09:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jul 2020 19:39:05 +0000 (12:39 -0700)
commit17809516a03a045565ad6a80e6241754615871ac
tree29cb8b0b08a06e465f030ebea49f98d84c0ae2ce
parentbd36ed1c935144a0e3b788bba659258f666e7b5b
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>
drivers/net/phy/phy.c
include/linux/phy.h
net/ethtool/ioctl.c
net/ethtool/strset.c