diff options
author | Nikolay Aleksandrov <nikolay@redhat.com> | 2014-01-22 17:53:35 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-23 03:38:44 +0400 |
commit | d1fbd3ed9366904b58b1c0c30b22d51dc793de99 (patch) | |
tree | a49cee5fd1ba6b4d063a4c63b34a95ecabf851be /drivers/net/bonding/bonding.h | |
parent | 0fff060877426f3faf6754c201e28cd5b34756c0 (diff) | |
download | linux-d1fbd3ed9366904b58b1c0c30b22d51dc793de99.tar.xz |
bonding: convert active_slave to use the new option API
This patch adds the necessary changes so active_slave would use
the new bonding option API. Also some trivial/style fixes.
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 51f3b0ad11ab..4ac79e1dd78f 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h @@ -452,7 +452,6 @@ void bond_setup(struct net_device *bond_dev); unsigned int bond_get_num_tx_queues(void); int bond_netlink_init(void); void bond_netlink_fini(void); -int bond_option_active_slave_set(struct bonding *bond, struct net_device *slave_dev); int bond_option_arp_ip_target_add(struct bonding *bond, __be32 target); int bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target); int bond_option_resend_igmp_set(struct bonding *bond, int resend_igmp); |