diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index a89102116ccb..6dcbd25e3ef0 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -301,13 +301,11 @@ int bond_create_slave_symlinks(struct net_device *master, struct net_device *sla | |||
301 | void bond_destroy_slave_symlinks(struct net_device *master, struct net_device *slave); | 301 | void bond_destroy_slave_symlinks(struct net_device *master, struct net_device *slave); |
302 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); | 302 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); |
303 | int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); | 303 | int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); |
304 | int bond_sethwaddr(struct net_device *bond_dev, struct net_device *slave_dev); | ||
305 | void bond_mii_monitor(struct net_device *bond_dev); | 304 | void bond_mii_monitor(struct net_device *bond_dev); |
306 | void bond_loadbalance_arp_mon(struct net_device *bond_dev); | 305 | void bond_loadbalance_arp_mon(struct net_device *bond_dev); |
307 | void bond_activebackup_arp_mon(struct net_device *bond_dev); | 306 | void bond_activebackup_arp_mon(struct net_device *bond_dev); |
308 | void bond_set_mode_ops(struct bonding *bond, int mode); | 307 | void bond_set_mode_ops(struct bonding *bond, int mode); |
309 | int bond_parse_parm(char *mode_arg, struct bond_parm_tbl *tbl); | 308 | int bond_parse_parm(char *mode_arg, struct bond_parm_tbl *tbl); |
310 | const char *bond_mode_name(int mode); | ||
311 | void bond_select_active_slave(struct bonding *bond); | 309 | void bond_select_active_slave(struct bonding *bond); |
312 | void bond_change_active_slave(struct bonding *bond, struct slave *new_active); | 310 | void bond_change_active_slave(struct bonding *bond, struct slave *new_active); |
313 | void bond_register_arp(struct bonding *); | 311 | void bond_register_arp(struct bonding *); |