]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netdevice.h
net: Simplify RX queue allocation
[net-next-2.6.git] / include / linux / netdevice.h
index 6e4cfbc53d4c36e5eeb26d44e4bf940390b68ba3..fccb11f879e5dd2f5dfe64c537ebe96272a5d477 100644 (file)
@@ -592,8 +592,7 @@ struct netdev_rx_queue {
        struct rps_map __rcu            *rps_map;
        struct rps_dev_flow_table __rcu *rps_flow_table;
        struct kobject                  kobj;
-       struct netdev_rx_queue          *first;
-       atomic_t                        count;
+       struct net_device               *dev;
 } ____cacheline_aligned_in_smp;
 #endif /* CONFIG_RPS */