diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2022-02-16 21:37:26 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-02-17 20:07:09 -0800 |
commit | d2b1d186ce2eac6b15d31db3e2750ee8e02bbe81 (patch) | |
tree | 363e9be53e299f6cb9550855c042cf9c4072aa10 /include/net/dsa.h | |
parent | f20cfd662a62dc62c25d9feff29eadc600455ca7 (diff) |
net: dsa: delete unused exported symbols for ethtool PHY stats
Introduced in commit cf963573039a ("net: dsa: Allow providing PHY
statistics from CPU port"), it appears these were never used.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220216193726.2926320-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 1456313a1faa..c8626dec970c 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -1257,9 +1257,6 @@ static inline bool dsa_slave_dev_check(const struct net_device *dev) #endif netdev_tx_t dsa_enqueue_skb(struct sk_buff *skb, struct net_device *dev); -int dsa_port_get_phy_strings(struct dsa_port *dp, uint8_t *data); -int dsa_port_get_ethtool_phy_stats(struct dsa_port *dp, uint64_t *data); -int dsa_port_get_phy_sset_count(struct dsa_port *dp); void dsa_port_phylink_mac_change(struct dsa_switch *ds, int port, bool up); struct dsa_tag_driver { |