diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-11-28 18:52:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-28 18:52:00 -0500 |
commit | 9fd428761adbd5fbd7e23c312955eec1db8ace7a (patch) | |
tree | 93db00382308da5901ea5852141692ba642e9aa4 /drivers/net/niu.h | |
parent | 6113b748fb9935399ec2bbca3a3dc82008f6167f (diff) |
niu: use net_device_stats nowadays available in net_device
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/niu.h')
-rw-r--r-- | drivers/net/niu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/niu.h b/drivers/net/niu.h index cf449aad7f15..e1a7392e8d70 100644 --- a/drivers/net/niu.h +++ b/drivers/net/niu.h | |||
@@ -3249,7 +3249,6 @@ struct niu { | |||
3249 | spinlock_t lock; | 3249 | spinlock_t lock; |
3250 | 3250 | ||
3251 | const struct niu_ops *ops; | 3251 | const struct niu_ops *ops; |
3252 | struct net_device_stats net_stats; | ||
3253 | union niu_mac_stats mac_stats; | 3252 | union niu_mac_stats mac_stats; |
3254 | 3253 | ||
3255 | struct rx_ring_info *rx_rings; | 3254 | struct rx_ring_info *rx_rings; |