mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-24 14:33:42 +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;
|
bool unfinished_receives;
|
||||||
|
|
||||||
struct list_head recv_packet_pool;
|
|
||||||
|
|
||||||
/* lookaside lists */
|
/* lookaside lists */
|
||||||
struct kmem_cache *recv_lookaside;
|
struct kmem_cache *recv_lookaside;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user