diff options
Diffstat (limited to 'drivers/net/bonding/bond_options.c')
-rw-r--r-- | drivers/net/bonding/bond_options.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/bonding/bond_options.c b/drivers/net/bonding/bond_options.c index 540e0167bf24..b26271fd7b09 100644 --- a/drivers/net/bonding/bond_options.c +++ b/drivers/net/bonding/bond_options.c | |||
@@ -704,11 +704,6 @@ struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond) | |||
704 | return __bond_option_active_slave_get(bond, slave); | 704 | return __bond_option_active_slave_get(bond, slave); |
705 | } | 705 | } |
706 | 706 | ||
707 | struct net_device *bond_option_active_slave_get(struct bonding *bond) | ||
708 | { | ||
709 | return __bond_option_active_slave_get(bond, bond->curr_active_slave); | ||
710 | } | ||
711 | |||
712 | static int bond_option_active_slave_set(struct bonding *bond, | 707 | static int bond_option_active_slave_set(struct bonding *bond, |
713 | const struct bond_opt_value *newval) | 708 | const struct bond_opt_value *newval) |
714 | { | 709 | { |