summaryrefslogtreecommitdiff
path: root/net/batman-adv
diff options
context:
space:
mode:
authorMarek Lindner <lindner_marek@yahoo.de>2012-12-15 11:09:11 (GMT)
committerAntonio Quartulli <ordex@autistici.org>2013-01-12 10:58:23 (GMT)
commit9338026107166b54d54ef875978c9c3dca3aaee5 (patch)
treefa7cce51f97ea82654d8e656a1c471c192856539 /net/batman-adv
parentc0275e243c65be76a5e1352c58c8a4aeeb3854c6 (diff)
downloadlinux-9338026107166b54d54ef875978c9c3dca3aaee5.tar.xz
batman-adv: remove unused variable from orig_node struct
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 030ce41..441880a 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
@@ -119,7 +119,6 @@ struct batadv_orig_node {
spinlock_t ogm_cnt_lock;
/* bcast_seqno_lock protects bcast_bits, last_bcast_seqno */
spinlock_t bcast_seqno_lock;
- spinlock_t tt_list_lock; /* protects tt_list */
atomic_t bond_candidates;
struct list_head bond_list;
};