diff options
author | Jiri Pirko <jiri@resnulli.us> | 2014-01-22 03:05:57 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-23 00:57:17 -0500 |
commit | a9517d0f43832d787a4a0348163d659641bfd83c (patch) | |
tree | c3b56b1e29d2dda70888fc69feb704ce557cc0ae | |
parent | 3bad540ed8285fb53f6365420bba0320d8cd2066 (diff) |
rtnetlink: remove ndo_get_slave
No longer used API bond-specific can be removed now. This is now handled
in a generic way in rtnl_link_ops.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/netdevice.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index c31022980e18..440a02ee6f92 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -921,9 +921,6 @@ struct netdev_phys_port_id { | |||
921 | * int (*ndo_del_slave)(struct net_device *dev, struct net_device *slave_dev); | 921 | * int (*ndo_del_slave)(struct net_device *dev, struct net_device *slave_dev); |
922 | * Called to release previously enslaved netdev. | 922 | * Called to release previously enslaved netdev. |
923 | * | 923 | * |
924 | * int (*ndo_get_slave)(struct net_device *slave_dev, struct sk_buff *skb); | ||
925 | * Called to fill netlink skb with slave info. | ||
926 | * | ||
927 | * Feature/offload setting functions. | 924 | * Feature/offload setting functions. |
928 | * netdev_features_t (*ndo_fix_features)(struct net_device *dev, | 925 | * netdev_features_t (*ndo_fix_features)(struct net_device *dev, |
929 | * netdev_features_t features); | 926 | * netdev_features_t features); |
@@ -1096,8 +1093,6 @@ struct net_device_ops { | |||
1096 | struct net_device *slave_dev); | 1093 | struct net_device *slave_dev); |
1097 | int (*ndo_del_slave)(struct net_device *dev, | 1094 | int (*ndo_del_slave)(struct net_device *dev, |
1098 | struct net_device *slave_dev); | 1095 | struct net_device *slave_dev); |
1099 | int (*ndo_get_slave)(struct net_device *slave_dev, | ||
1100 | struct sk_buff *skb); | ||
1101 | netdev_features_t (*ndo_fix_features)(struct net_device *dev, | 1096 | netdev_features_t (*ndo_fix_features)(struct net_device *dev, |
1102 | netdev_features_t features); | 1097 | netdev_features_t features); |
1103 | int (*ndo_set_features)(struct net_device *dev, | 1098 | int (*ndo_set_features)(struct net_device *dev, |