Re: [PATCH net-next 2/2] net: phy: Uninline PHY ethtool statistics operations

2020-07-08 Thread Andrew Lunn
On Wed, Jul 08, 2020 at 09:46:25AM -0700, Florian Fainelli wrote: > 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 PHYL

[PATCH net-next 2/2] net: phy: Uninline PHY ethtool statistics operations

2020-07-08 Thread Florian Fainelli
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 --- drivers/net/phy/phy.c