aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2017-10-04 15:55:29 +0200
committerDavid S. Miller <[email protected]>2017-10-04 10:33:59 -0700
commite774d96b7d2c3489bfb5bbdc2b65ed41cd68d3d5 (patch)
tree1413590f0cd5bfda544e18d21f7fc2d8b0b33203 /include
parentebf6b13142f947be576b40edce214788dfe1d3e3 (diff)
rtnetlink: remove slave_validate callback
no users in the tree. Signed-off-by: Florian Westphal <[email protected]> Acked-by: Jiri Pirko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/net/rtnetlink.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h
index 21837ca68ecc..6520993ff449 100644
--- a/include/net/rtnetlink.h
+++ b/include/net/rtnetlink.h
@@ -93,9 +93,6 @@ struct rtnl_link_ops {
int slave_maxtype;
const struct nla_policy *slave_policy;
- int (*slave_validate)(struct nlattr *tb[],
- struct nlattr *data[],
- struct netlink_ext_ack *extack);
int (*slave_changelink)(struct net_device *dev,
struct net_device *slave_dev,
struct nlattr *tb[],