net: remove never used forwarding_accel_ops pointer from net_device
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Mon, 23 Mar 2015 17:40:02 +0000 (18:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2015 16:43:45 +0000 (12:43 -0400)
Cc: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index 5ae69e7df867d941eeaf04dd60e7fe21b82301ed..08c4ab37189fcb25dcc4e076ae8a81792fc8aeeb 100644 (file)
@@ -1342,7 +1342,6 @@ enum netdev_priv_flags {
  *     @netdev_ops:    Includes several pointers to callbacks,
  *                     if one wants to override the ndo_*() functions
  *     @ethtool_ops:   Management operations
- *     @fwd_ops:       Management operations
  *     @header_ops:    Includes callbacks for creating,parsing,caching,etc
  *                     of Layer 2 headers.
  *
@@ -1551,7 +1550,6 @@ struct net_device {
 #endif
        const struct net_device_ops *netdev_ops;
        const struct ethtool_ops *ethtool_ops;
-       const struct forwarding_accel_ops *fwd_ops;
 #ifdef CONFIG_NET_SWITCHDEV
        const struct swdev_ops *swdev_ops;
 #endif