batman-adv: remove unused variable from orig_node struct
authorMarek Lindner <lindner_marek@yahoo.de>
Sat, 15 Dec 2012 11:09:11 +0000 (19:09 +0800)
committerAntonio Quartulli <ordex@autistici.org>
Sat, 12 Jan 2013 10:58:23 +0000 (20:58 +1000)
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/types.h

index 030ce412227eb5601e0e7d9a3e58feb8cecbc932..441880a0caa7145da3ec9bea04a4e378efdf375f 100644 (file)
@@ -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;
 };