diff options
author | Jiri Pirko <jiri@resnulli.us> | 2014-01-22 12:05:56 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-23 09:57:17 +0400 |
commit | 3bad540ed8285fb53f6365420bba0320d8cd2066 (patch) | |
tree | 89801857c75c7cf93d18294096452bd8aebbe957 /drivers/net/bonding/bond_main.c | |
parent | ba7d49b1f0f8e5f24294a880ed576964059af5ef (diff) | |
download | linux-3bad540ed8285fb53f6365420bba0320d8cd2066.tar.xz |
bonding: convert netlink to use slave data info api
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 2ca949f6e995..4a8ccce3315a 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -3824,7 +3824,6 @@ static const struct net_device_ops bond_netdev_ops = { #endif .ndo_add_slave = bond_enslave, .ndo_del_slave = bond_release, - .ndo_get_slave = bond_get_slave, .ndo_fix_features = bond_fix_features, }; |