git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ed62f
)
pktgen: remove non used variable
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 31 Aug 2010 01:57:35 +0000
(
01:57
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Aug 2010 20:37:06 +0000
(13:37 -0700)
remove non used variable "queue" in pg_cleanup
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/pktgen.c
patch
|
blob
|
history
diff --git
a/net/core/pktgen.c
b/net/core/pktgen.c
index
10a1ea7
..
386c228
100644
(file)
--- a/
net/core/pktgen.c
+++ b/
net/core/pktgen.c
@@
-3907,8
+3907,6
@@
static void __exit pg_cleanup(void)
{
struct pktgen_thread *t;
struct list_head *q, *n;
- wait_queue_head_t queue;
- init_waitqueue_head(&queue);
/* Stop all interfaces & threads */