mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
devlink: remove converted commands from small ops
As the commands are already defined in split ops, remove them from small ops. Signed-off-by: Jiri Pirko <jiri@nvidia.com> Acked-by: Jakub Kicinski <kuba@kernel.org> Link: https://lore.kernel.org/r/20230811155714.1736405-10-jiri@resnulli.us Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
ddff283280
commit
833e479d33
@@ -118,7 +118,7 @@ typedef int devlink_nl_dump_one_func_t(struct sk_buff *msg,
|
||||
struct netlink_callback *cb,
|
||||
int flags);
|
||||
|
||||
extern const struct genl_small_ops devlink_nl_small_ops[54];
|
||||
extern const struct genl_small_ops devlink_nl_small_ops[40];
|
||||
|
||||
struct devlink *
|
||||
devlink_get_from_attrs_lock(struct net *net, struct nlattr **attrs);
|
||||
|
||||
Reference in New Issue
Block a user