diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2009-11-12 13:37:56 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-13 23:46:51 -0500 |
commit | 971d1d3a7e9f03af870909fddfc3b2fc08e4f5b1 (patch) | |
tree | bde6ccc824bd857952230ed2d571065a09a97b70 /drivers/net/igb/igb.h | |
parent | 128e45eb61b90c0c3094139cab6d00f67ff31377 (diff) |
igb: removed unused tx/rx total bytes/packets from adapter struct
This patch removes unused variables total_tx_bytes, total_tx_packets,
total_rx_bytes, and total_rx_packets from the adapter struct.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r-- | drivers/net/igb/igb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h index 2bb95494377d..63abd1c0d75e 100644 --- a/drivers/net/igb/igb.h +++ b/drivers/net/igb/igb.h | |||
@@ -249,10 +249,6 @@ struct igb_adapter { | |||
249 | u16 link_speed; | 249 | u16 link_speed; |
250 | u16 link_duplex; | 250 | u16 link_duplex; |
251 | 251 | ||
252 | unsigned int total_tx_bytes; | ||
253 | unsigned int total_tx_packets; | ||
254 | unsigned int total_rx_bytes; | ||
255 | unsigned int total_rx_packets; | ||
256 | /* Interrupt Throttle Rate */ | 252 | /* Interrupt Throttle Rate */ |
257 | u32 rx_itr_setting; | 253 | u32 rx_itr_setting; |
258 | u32 tx_itr_setting; | 254 | u32 tx_itr_setting; |