projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5720f17
)
Staging: et131x: Kill the RX skb list element - it isn't used
author
Alan Cox
<alan@linux.intel.com>
Tue, 6 Oct 2009 14:50:20 +0000
(15:50 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Dec 2009 20:23:08 +0000
(12:23 -0800)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/et131x/et1310_rx.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/et131x/et1310_rx.h
b/drivers/staging/et131x/et1310_rx.h
index b71c43205a7f875c3ad31b42aee6a1b41b9a1416..a11bd8b0872e72aec96599de7a9e39f1a5ab9c5b 100644
(file)
--- a/
drivers/staging/et131x/et1310_rx.h
+++ b/
drivers/staging/et131x/et1310_rx.h
@@
-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