summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 58e83bd7a861..c10b60297d28 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1843,9 +1843,6 @@ struct net_device {
1843#endif 1843#endif
1844 const struct net_device_ops *netdev_ops; 1844 const struct net_device_ops *netdev_ops;
1845 const struct ethtool_ops *ethtool_ops; 1845 const struct ethtool_ops *ethtool_ops;
1846#ifdef CONFIG_NET_SWITCHDEV
1847 const struct switchdev_ops *switchdev_ops;
1848#endif
1849#ifdef CONFIG_NET_L3_MASTER_DEV 1846#ifdef CONFIG_NET_L3_MASTER_DEV
1850 const struct l3mdev_ops *l3mdev_ops; 1847 const struct l3mdev_ops *l3mdev_ops;
1851#endif 1848#endif