diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 9b520b05fbac..013be296f0da 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -331,8 +331,7 @@ int bond_create(const char *name); | |||
331 | int bond_release_and_destroy(struct net_device *bond_dev, struct net_device *slave_dev); | 331 | int bond_release_and_destroy(struct net_device *bond_dev, struct net_device *slave_dev); |
332 | int bond_create_sysfs(void); | 332 | int bond_create_sysfs(void); |
333 | void bond_destroy_sysfs(void); | 333 | void bond_destroy_sysfs(void); |
334 | void bond_destroy_sysfs_entry(struct bonding *bond); | 334 | void bond_prepare_sysfs_group(struct bonding *bond); |
335 | int bond_create_sysfs_entry(struct bonding *bond); | ||
336 | int bond_create_slave_symlinks(struct net_device *master, struct net_device *slave); | 335 | int bond_create_slave_symlinks(struct net_device *master, struct net_device *slave); |
337 | void bond_destroy_slave_symlinks(struct net_device *master, struct net_device *slave); | 336 | void bond_destroy_slave_symlinks(struct net_device *master, struct net_device *slave); |
338 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); | 337 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); |