staging: et131x: Remove unused rx_ring.recv_packet_pool

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>
This commit is contained in:
Mark Einon 2011-10-23 10:22:46 +01:00 committed by Greg Kroah-Hartman
parent ac8f4837f2
commit c018a5f11d

View file

@ -337,8 +337,6 @@ struct rx_ring {
bool unfinished_receives;
struct list_head recv_packet_pool;
/* lookaside lists */
struct kmem_cache *recv_lookaside;
};