diff options
author | Jiri Pirko <jiri@nvidia.com> | 2023-08-11 17:57:10 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-08-14 20:47:25 +0200 |
commit | 833e479d330c29aa4cfd35b8647d5993d5a78643 (patch) | |
tree | e30bda93caf41cb6f1ee56b5a135d3c6428d54a1 /net/devlink/devl_internal.h | |
parent | devlink: remove duplicate temporary netlink callback prototypes (diff) | |
download | linux-833e479d330c29aa4cfd35b8647d5993d5a78643.tar.xz linux-833e479d330c29aa4cfd35b8647d5993d5a78643.zip |
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>
Diffstat (limited to 'net/devlink/devl_internal.h')
-rw-r--r-- | net/devlink/devl_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/devlink/devl_internal.h b/net/devlink/devl_internal.h index 7caa385703de..eb1d5066c73f 100644 --- a/net/devlink/devl_internal.h +++ b/net/devlink/devl_internal.h @@ -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); |