aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/batman-adv/routing.h
diff options
context:
space:
mode:
authorMarek Lindner <lindner_marek@yahoo.de>2010-02-19 16:18:07 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:43:02 -0800
commitbc0ad071a788625abb23aee4cb3c07d17d501641 (patch)
treeb831c010ce7322a81d4e5756f88c2aed2a61dd08 /drivers/staging/batman-adv/routing.h
parent149de2e58b53cb87c9637a46441c477f0caf74bd (diff)
Staging: batman-adv: remove obsolete variables
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>
Diffstat (limited to 'drivers/staging/batman-adv/routing.h')
-rw-r--r--drivers/staging/batman-adv/routing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/batman-adv/routing.h b/drivers/staging/batman-adv/routing.h
index c217241d0ef..939b8d4f733 100644
--- a/drivers/staging/batman-adv/routing.h
+++ b/drivers/staging/batman-adv/routing.h
@@ -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,