Skip to content

Commit

Permalink
staging: et131x: Remove unused rx_ring.recv_packet_pool
Browse files Browse the repository at this point in the history
tx_ring.recv_packet_pool is unused, even in the original driver code.
Removed.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Oct 23, 2011
1 parent ac8f483 commit c018a5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/et131x/et131x.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ struct rx_ring {

bool unfinished_receives;

struct list_head recv_packet_pool;

/* lookaside lists */
struct kmem_cache *recv_lookaside;
};
Expand Down

0 comments on commit c018a5f

Please sign in to comment.