net, neigh: Fix null-ptr-deref in neigh_table_clear()
[platform/kernel/linux-rpi.git] / net / core / pktgen.c
index 9e5a324..a3d74e2 100644 (file)
@@ -3602,7 +3602,6 @@ out:
 
 static int pktgen_thread_worker(void *arg)
 {
-       DEFINE_WAIT(wait);
        struct pktgen_thread *t = arg;
        struct pktgen_dev *pkt_dev = NULL;
        int cpu = t->cpu;