提交 995181b9 编写于 作者: E Eric Dumazet 提交者: David S. Miller

e1000e: remove e1000_queue_stats

struct e1000_queue_stats is not used, lets remove it
Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
Acked-by: NBruce Allan <bruce.w.allan@intel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册