Skip to content

Commit

Permalink
e1000e: remove e1000_queue_stats
Browse files Browse the repository at this point in the history
struct e1000_queue_stats is not used, lets remove it

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jul 12, 2011
1 parent 4915a0d commit 995181b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/net/e1000e/e1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 995181b

Please sign in to comment.