]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
igb: remove unused rx_hdr_split statistic
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 6 Feb 2009 23:18:06 +0000 (23:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Feb 2009 10:43:07 +0000 (02:43 -0800)
This statistic is not used and so it is safe to remove

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
drivers/net/igb/igb_ethtool.c

index a2a812deb6b8a3d93f02b46e97a7bafdd22567e6..88fdfe4961d8aedd2d0810d8baa41f00798700fd 100644 (file)
@@ -238,7 +238,6 @@ struct igb_adapter {
 
        u64 hw_csum_err;
        u64 hw_csum_good;
-       u64 rx_hdr_split;
        u32 alloc_rx_buff_failed;
        bool rx_csum;
        u32 gorc;
index a5bf8ef2848a9d98a951c17dc02cb44db09b4217..84be46c2a0f93c2e50d7e1bc972bdf0d2a7e4cbc 100644 (file)
@@ -88,7 +88,6 @@ static const struct igb_stats igb_gstrings_stats[] = {
        { "rx_long_byte_count", IGB_STAT(stats.gorc) },
        { "rx_csum_offload_good", IGB_STAT(hw_csum_good) },
        { "rx_csum_offload_errors", IGB_STAT(hw_csum_err) },
-       { "rx_header_split", IGB_STAT(rx_hdr_split) },
        { "alloc_rx_buff_failed", IGB_STAT(alloc_rx_buff_failed) },
        { "tx_smbus", IGB_STAT(stats.mgptc) },
        { "rx_smbus", IGB_STAT(stats.mgprc) },