mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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:
parent
ac8f4837f2
commit
c018a5f11d
@ -337,8 +337,6 @@ struct rx_ring {
|
||||
|
||||
bool unfinished_receives;
|
||||
|
||||
struct list_head recv_packet_pool;
|
||||
|
||||
/* lookaside lists */
|
||||
struct kmem_cache *recv_lookaside;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user