Commit 790c6056 authored by David S. Miller's avatar David S. Miller

devlink: Fix devlink_dpipe_table_register() stub signature.

One too many arguments compared to the non-stub version.
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Fixes: ffd3cdcc ("devlink: Add support for dynamic table size")
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 22b6722b
......@@ -402,8 +402,7 @@ static inline int
devlink_dpipe_table_register(struct devlink *devlink,
const char *table_name,
struct devlink_dpipe_table_ops *table_ops,
void *priv, u64 size,
bool counter_control_extern)
void *priv, bool counter_control_extern)
{
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment