]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: batman-adv: remove obsolete variables
authorMarek Lindner <lindner_marek@yahoo.de>
Fri, 19 Feb 2010 15:18:07 +0000 (16:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:43:02 +0000 (16:43 -0800)
This patch removes a variable that became obsolete since the skb handling
replaced the packet handling thread.

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/batman-adv/routing.c
drivers/staging/batman-adv/routing.h

index 8abaa6193ac3b333c49071007795413104fbc5aa..7dc9aef9bef47646d7b41efba890ea6af4bca446 100644 (file)
@@ -35,8 +35,6 @@
 
 DECLARE_WAIT_QUEUE_HEAD(thread_wait);
 
-atomic_t exit_cond;
-
 void slide_own_bcast_window(struct batman_if *batman_if)
 {
        HASHIT(hashit);
index c217241d0efd86d5a20026b29245ba6b3de27c6d..939b8d4f733c11dd335352479b4d8b00eafe903d 100644 (file)
@@ -22,7 +22,6 @@
 #include "types.h"
 
 extern wait_queue_head_t thread_wait;
-extern atomic_t exit_cond;
 
 void slide_own_bcast_window(struct batman_if *batman_if);
 void receive_bat_packet(struct ethhdr *ethhdr,