1
0
Fork 0

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>
hifive-unleashed-5.1
Marek Lindner 2012-12-15 19:09:11 +08:00 committed by Antonio Quartulli
parent c0275e243c
commit 9338026107
1 changed files with 0 additions and 1 deletions

View 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;
};