Commit 995181b9 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller

e1000e: remove e1000_queue_stats

struct e1000_queue_stats is not used, lets remove it
Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Acked-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4915a0de
......@@ -199,11 +199,6 @@ enum e1000_boards {
board_pch2lan,
};
struct e1000_queue_stats {
u64 packets;
u64 bytes;
};
struct e1000_ps_page {
struct page *page;
u64 dma; /* must be u64 - written to hw */
......@@ -257,8 +252,6 @@ struct e1000_ring {
int set_itr;
struct sk_buff *rx_skb_top;
struct e1000_queue_stats stats;
};
/* PHY register snapshot values */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment