diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-08-19 23:08:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-22 02:09:36 -0400 |
commit | c3227e546c574172e77616270a16a04eae561b8f (patch) | |
tree | 4272099dd078a4b92b376ec788156f329ea11a0d /drivers/net/amd8111e.h | |
parent | a2c483a19a96cf5cb9465f42cca34548b9211954 (diff) |
amd8111e: use net_device_stats from struct net_device
struct net_device has its own struct net_device_stats member, so use
this one instead of a private copy in the amd8111e_priv struct.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/amd8111e.h')
-rw-r--r-- | drivers/net/amd8111e.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/amd8111e.h b/drivers/net/amd8111e.h index ac36eb6981e3..b5926af03a7e 100644 --- a/drivers/net/amd8111e.h +++ b/drivers/net/amd8111e.h | |||
@@ -787,7 +787,6 @@ struct amd8111e_priv{ | |||
787 | struct vlan_group *vlgrp; | 787 | struct vlan_group *vlgrp; |
788 | #endif | 788 | #endif |
789 | char opened; | 789 | char opened; |
790 | struct net_device_stats stats; | ||
791 | unsigned int drv_rx_errors; | 790 | unsigned int drv_rx_errors; |
792 | struct amd8111e_coalesce_conf coal_conf; | 791 | struct amd8111e_coalesce_conf coal_conf; |
793 | 792 | ||