mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
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>
This commit is contained in:
parent
c0275e243c
commit
9338026107
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user