diff options
author | Denis Kirjanov <dkirjanov@kernel.org> | 2011-01-27 04:54:12 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-27 18:02:57 -0500 |
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 { | |||
994 | u32 status; | 994 | u32 status; |
995 | 995 | ||
996 | struct napi_struct napi; | 996 | struct napi_struct napi; |
997 | struct net_device_stats net_stats; | ||
998 | 997 | ||
999 | int tx_fifo_sz; | 998 | int tx_fifo_sz; |
1000 | int rx_fifo_sz; | 999 | int rx_fifo_sz; |