aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bridge/br_if.c2
-rw-r--r--net/bridge/br_private.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c
index 7bc0604069c7..bc2b1badab88 100644
--- a/net/bridge/br_if.c
+++ b/net/bridge/br_if.c
@@ -206,8 +206,6 @@ static struct net_device *new_bridge_dev(struct net *net, const char *name)
206 206
207 br_netfilter_rtable_init(br); 207 br_netfilter_rtable_init(br);
208 208
209 INIT_LIST_HEAD(&br->age_list);
210
211 br_stp_timer_init(br); 209 br_stp_timer_init(br);
212 210
213 return dev; 211 return dev;
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
index 2114e45682ea..1f0c4f44b765 100644
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
@@ -93,7 +93,6 @@ struct net_bridge
93 struct net_device *dev; 93 struct net_device *dev;
94 spinlock_t hash_lock; 94 spinlock_t hash_lock;
95 struct hlist_head hash[BR_HASH_SIZE]; 95 struct hlist_head hash[BR_HASH_SIZE];
96 struct list_head age_list;
97 unsigned long feature_mask; 96 unsigned long feature_mask;
98#ifdef CONFIG_BRIDGE_NETFILTER 97#ifdef CONFIG_BRIDGE_NETFILTER
99 struct rtable fake_rtable; 98 struct rtable fake_rtable;