diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-11-28 18:52:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-28 18:52:43 -0500 |
commit | d8e8034dcdef8c8fa94a14c3b555c09e065e742f (patch) | |
tree | ffa5e2dfb8ea234a5555de8339f4f32d9357619c /drivers/net/bnx2.h | |
parent | 9fd428761adbd5fbd7e23c312955eec1db8ace7a (diff) |
bnx2: 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/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 34ca47812af4..0763108fa1c5 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6872,8 +6872,6 @@ struct bnx2 { | |||
6872 | int pm_cap; | 6872 | int pm_cap; |
6873 | int pcix_cap; | 6873 | int pcix_cap; |
6874 | 6874 | ||
6875 | struct net_device_stats net_stats; | ||
6876 | |||
6877 | struct flash_spec *flash_info; | 6875 | struct flash_spec *flash_info; |
6878 | u32 flash_size; | 6876 | u32 flash_size; |
6879 | 6877 | ||