diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2013-08-28 17:25:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-29 16:19:43 -0400 |
commit | e868b0c938d9cc0d7ed4bd77d5c37676e833ed95 (patch) | |
tree | 5d27f09b6bc3189a626499715f4b3c71eb724af8 /drivers/net/bonding/bonding.h | |
parent | 5bf94b839a44aa9d8199607c32b95832f2892ee6 (diff) |
bonding: remove vlan_list/current_alb_vlan
Currently there are no real users of vlan_list/current_alb_vlan, only the
helpers which maintain them, so remove them.
CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 230197d7abc7..4abc925823e1 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -185,11 +185,6 @@ struct bond_parm_tbl { | |||
185 | 185 | ||
186 | #define BOND_MAX_MODENAME_LEN 20 | 186 | #define BOND_MAX_MODENAME_LEN 20 |
187 | 187 | ||
188 | struct vlan_entry { | ||
189 | struct list_head vlan_list; | ||
190 | unsigned short vlan_id; | ||
191 | }; | ||
192 | |||
193 | struct slave { | 188 | struct slave { |
194 | struct net_device *dev; /* first - useful for panic debug */ | 189 | struct net_device *dev; /* first - useful for panic debug */ |
195 | struct list_head list; | 190 | struct list_head list; |
@@ -254,7 +249,6 @@ struct bonding { | |||
254 | struct ad_bond_info ad_info; | 249 | struct ad_bond_info ad_info; |
255 | struct alb_bond_info alb_info; | 250 | struct alb_bond_info alb_info; |
256 | struct bond_params params; | 251 | struct bond_params params; |
257 | struct list_head vlan_list; | ||
258 | struct workqueue_struct *wq; | 252 | struct workqueue_struct *wq; |
259 | struct delayed_work mii_work; | 253 | struct delayed_work mii_work; |
260 | struct delayed_work arp_work; | 254 | struct delayed_work arp_work; |