diff options
author | Denis Kirjanov <dkirjanov@kernel.org> | 2011-01-27 09:54:12 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-27 15:02:57 -0800 |
commit | aae7c47311659e5150b740d61c4be418198239fa (patch) | |
tree | 8b0fbd4b222c538ab08973950b3911d42e8d975a /drivers/net/sungem.h | |
parent | 13707f9e5e46342b7b16c58be91ad93a476c3ffd (diff) |
sungem: Use net_device's internal stats
Use net_device_stats instance from the struct net_device.
Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sungem.h')
-rw-r--r-- | drivers/net/sungem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sungem.h b/drivers/net/sungem.h index 19905460def6..ede017872367 100644 --- a/drivers/net/sungem.h +++ b/drivers/net/sungem.h @@ -994,7 +994,6 @@ struct gem { u32 status; struct napi_struct napi; - struct net_device_stats net_stats; int tx_fifo_sz; int rx_fifo_sz; |