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>
This commit is contained in:
Florian Westphal
2017-10-04 15:55:29 +02:00
committed by David S. Miller
parent ebf6b13142
commit e774d96b7d
2 changed files with 0 additions and 9 deletions

View File

@@ -2631,12 +2631,6 @@ replay:
return err;
slave_data = slave_attr;
}
if (m_ops->slave_validate) {
err = m_ops->slave_validate(tb, slave_data,
extack);
if (err < 0)
return err;
}
}
if (dev) {