Staging: et131x: Kill the RX skb list element - it isn't used
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
5720f17502
commit
d8fd9d7ecf
|
@ -271,15 +271,6 @@ typedef enum {
|
|||
FOUR_PACKET_INTERRUPT
|
||||
} eRX_INTERRUPT_STATE_t, *PeRX_INTERRUPT_STATE_t;
|
||||
|
||||
/*
|
||||
* Structure to hold the skb's in a list
|
||||
*/
|
||||
typedef struct rx_skb_list_elem {
|
||||
struct list_head skb_list_elem;
|
||||
dma_addr_t dma_addr;
|
||||
struct sk_buff *skb;
|
||||
} RX_SKB_LIST_ELEM, *PRX_SKB_LIST_ELEM;
|
||||
|
||||
/*
|
||||
* RX_RING_t is sructure representing the adaptor's local reference(s) to the
|
||||
* rings
|
||||
|
|
Loading…
Reference in New Issue