aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/rtnetlink.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-10-04 15:55:29 +0200
committerDavid S. Miller <davem@davemloft.net>2017-10-04 10:33:59 -0700
commite774d96b7d2c3489bfb5bbdc2b65ed41cd68d3d5 (patch)
tree1413590f0cd5bfda544e18d21f7fc2d8b0b33203 /include/net/rtnetlink.h
parentcxgb4vf: make a couple of functions static (diff)
downloadlinux-dev-e774d96b7d2c3489bfb5bbdc2b65ed41cd68d3d5.tar.xz
linux-dev-e774d96b7d2c3489bfb5bbdc2b65ed41cd68d3d5.zip
rtnetlink: remove slave_validate callback
no users in the tree. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/rtnetlink.h')
-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[],