From: David S. Miller Date: Wed, 8 Jul 2020 19:39:05 +0000 (-0700) Subject: Merge branch 'net-phy-Uninline-PHY-ethtool-statistics' X-Git-Tag: v5.15~3197^2~303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d07ae5faa871f3ba0d049b0eda999bc0d35c3bc;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 3d07ae5faa871f3ba0d049b0eda999bc0d35c3bc