igb: removed unused tx/rx total bytes/packets from adapter struct
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 12 Nov 2009 18:37:56 +0000 (18:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 Nov 2009 04:46:51 +0000 (20:46 -0800)
commit971d1d3a7e9f03af870909fddfc3b2fc08e4f5b1
treebde6ccc824bd857952230ed2d571065a09a97b70
parent128e45eb61b90c0c3094139cab6d00f67ff31377
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>
drivers/net/igb/igb.h