batman-adv: remove unused variable from orig_node struct

Message ID 1355569751-6668-1-git-send-email-lindner_marek@yahoo.de (mailing list archive)
State Accepted, archived
Commit a1bd46b003e5d546bac3bea82690ad590143b6af
Headers

Commit Message

Marek Lindner Dec. 15, 2012, 11:09 a.m. UTC
  Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 types.h |    1 -
 1 file changed, 1 deletion(-)
  

Comments

Marek Lindner Dec. 25, 2012, 8:24 a.m. UTC | #1
On Saturday, December 15, 2012 19:09:11 Marek Lindner wrote:
> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
> ---
>  types.h |    1 -
>  1 file changed, 1 deletion(-)

Applied in revision a1bd46b.

Thanks,
Marek
  

Patch

diff --git a/types.h b/types.h
index 030ce41..441880a 100644
--- a/types.h
+++ b/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;
 };