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:

committed by
David S. Miller

parent
ebf6b13142
commit
e774d96b7d
@@ -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) {
|
||||
|
Reference in New Issue
Block a user