aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index 9c03c2ee074d..9b520b05fbac 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -206,7 +206,7 @@ struct bonding {
206#endif /* CONFIG_PROC_FS */ 206#endif /* CONFIG_PROC_FS */
207 struct list_head bond_list; 207 struct list_head bond_list;
208 struct dev_mc_list *mc_list; 208 struct dev_mc_list *mc_list;
209 int (*xmit_hash_policy)(struct sk_buff *, struct net_device *, int); 209 int (*xmit_hash_policy)(struct sk_buff *, int);
210 __be32 master_ip; 210 __be32 master_ip;
211 u16 flags; 211 u16 flags;
212 u16 rr_tx_counter; 212 u16 rr_tx_counter;
@@ -377,4 +377,3 @@ static inline void bond_unregister_ipv6_notifier(void)
377#endif 377#endif
378 378
379#endif /* _LINUX_BONDING_H */ 379#endif /* _LINUX_BONDING_H */
380