diff options
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 5ae69e7df867..08c4ab37189f 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1342,7 +1342,6 @@ enum netdev_priv_flags { | |||
1342 | * @netdev_ops: Includes several pointers to callbacks, | 1342 | * @netdev_ops: Includes several pointers to callbacks, |
1343 | * if one wants to override the ndo_*() functions | 1343 | * if one wants to override the ndo_*() functions |
1344 | * @ethtool_ops: Management operations | 1344 | * @ethtool_ops: Management operations |
1345 | * @fwd_ops: Management operations | ||
1346 | * @header_ops: Includes callbacks for creating,parsing,caching,etc | 1345 | * @header_ops: Includes callbacks for creating,parsing,caching,etc |
1347 | * of Layer 2 headers. | 1346 | * of Layer 2 headers. |
1348 | * | 1347 | * |
@@ -1551,7 +1550,6 @@ struct net_device { | |||
1551 | #endif | 1550 | #endif |
1552 | const struct net_device_ops *netdev_ops; | 1551 | const struct net_device_ops *netdev_ops; |
1553 | const struct ethtool_ops *ethtool_ops; | 1552 | const struct ethtool_ops *ethtool_ops; |
1554 | const struct forwarding_accel_ops *fwd_ops; | ||
1555 | #ifdef CONFIG_NET_SWITCHDEV | 1553 | #ifdef CONFIG_NET_SWITCHDEV |
1556 | const struct swdev_ops *swdev_ops; | 1554 | const struct swdev_ops *swdev_ops; |
1557 | #endif | 1555 | #endif |