]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 09:58:10 +0000 (02:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 02:21:08 +0000 (19:21 -0700)
No longer used.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index b5c1e7df64fc887399f91fe1314c3f54e8cc2665..a1c2c220449855a15714db01d117f8daa8a902a9 100644 (file)
@@ -118,14 +118,6 @@ struct wireless_dev;
 
 #endif  /*  __KERNEL__  */
 
-struct net_device_subqueue
-{
-       /* Give a control state for each queue.  This struct may contain
-        * per-queue locks in the future.
-        */
-       unsigned long   state;
-};
-
 /*
  *     Network device statistics. Akin to the 2.0 ether stats but
  *     with byte counters.
@@ -761,10 +753,6 @@ struct net_device
        /* for setting kernel sock attribute on TCP connection setup */
 #define GSO_MAX_SIZE           65536
        unsigned int            gso_max_size;
-
-       /* The TX queue control structures */
-       unsigned int                    egress_subqueue_count;
-       struct net_device_subqueue      egress_subqueue[1];
 };
 #define to_net_dev(d) container_of(d, struct net_device, dev)