aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-10-23 10:22:46 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-23 11:35:12 +0200
commitc018a5f11df2a0464455ba4f1f6eae88e0ef8666 (patch)
tree59f0b3611c0d7459e11f3a2c2046005c0ce86660 /drivers/staging
parentstaging: et131x: Remove call to find pci pm capability (diff)
downloadlinux-dev-c018a5f11df2a0464455ba4f1f6eae88e0ef8666.tar.xz
linux-dev-c018a5f11df2a0464455ba4f1f6eae88e0ef8666.zip
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/et131x/et131x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c
index 9383c5c0c4f0..cf6f7a283aee 100644
--- a/drivers/staging/et131x/et131x.c
+++ b/drivers/staging/et131x/et131x.c
@@ -337,8 +337,6 @@ struct rx_ring {
bool unfinished_receives;
- struct list_head recv_packet_pool;
-
/* lookaside lists */
struct kmem_cache *recv_lookaside;
};