diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 96a733f2337a..863605aab204 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -260,6 +260,7 @@ extern inline void bond_set_slave_active_flags(struct slave *slave) | |||
260 | 260 | ||
261 | struct vlan_entry *bond_next_vlan(struct bonding *bond, struct vlan_entry *curr); | 261 | struct vlan_entry *bond_next_vlan(struct bonding *bond, struct vlan_entry *curr); |
262 | int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev); | 262 | int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev); |
263 | int bond_create(char *name, struct bond_params *params, struct bonding **newbond); | ||
263 | void bond_deinit(struct net_device *bond_dev); | 264 | void bond_deinit(struct net_device *bond_dev); |
264 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); | 265 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); |
265 | int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); | 266 | int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); |