提交 790c6056 编写于 作者: D David S. Miller

devlink: Fix devlink_dpipe_table_register() stub signature.

One too many arguments compared to the non-stub version.
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Fixes: ffd3cdcc ("devlink: Add support for dynamic table size")
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册