aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa
diff options
context:
space:
mode:
Diffstat (limited to 'net/dsa')
-rw-r--r--net/dsa/slave.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/dsa/slave.c b/net/dsa/slave.c
index db0a2651070f..a78b2bba0332 100644
--- a/net/dsa/slave.c
+++ b/net/dsa/slave.c
@@ -385,12 +385,6 @@ static int dsa_slave_get_port_parent_id(struct net_device *dev,
385 return 0; 385 return 0;
386} 386}
387 387
388static int dsa_slave_port_attr_get(struct net_device *dev,
389 struct switchdev_attr *attr)
390{
391 return -EOPNOTSUPP;
392}
393
394static inline netdev_tx_t dsa_slave_netpoll_send_skb(struct net_device *dev, 388static inline netdev_tx_t dsa_slave_netpoll_send_skb(struct net_device *dev,
395 struct sk_buff *skb) 389 struct sk_buff *skb)
396{ 390{
@@ -1057,7 +1051,6 @@ static const struct net_device_ops dsa_slave_netdev_ops = {
1057}; 1051};
1058 1052
1059static const struct switchdev_ops dsa_slave_switchdev_ops = { 1053static const struct switchdev_ops dsa_slave_switchdev_ops = {
1060 .switchdev_port_attr_get = dsa_slave_port_attr_get,
1061 .switchdev_port_attr_set = dsa_slave_port_attr_set, 1054 .switchdev_port_attr_set = dsa_slave_port_attr_set,
1062}; 1055};
1063 1056