diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index b69059b361a0..4cb603e9c591 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -458,6 +458,8 @@ int bond_option_primary_set(struct bonding *bond, const char *primary); | |||
458 | int bond_option_primary_reselect_set(struct bonding *bond, | 458 | int bond_option_primary_reselect_set(struct bonding *bond, |
459 | int primary_reselect); | 459 | int primary_reselect); |
460 | int bond_option_fail_over_mac_set(struct bonding *bond, int fail_over_mac); | 460 | int bond_option_fail_over_mac_set(struct bonding *bond, int fail_over_mac); |
461 | int bond_option_xmit_hash_policy_set(struct bonding *bond, | ||
462 | int xmit_hash_policy); | ||
461 | struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond); | 463 | struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond); |
462 | struct net_device *bond_option_active_slave_get(struct bonding *bond); | 464 | struct net_device *bond_option_active_slave_get(struct bonding *bond); |
463 | 465 | ||