提交 293744d9 编写于 作者: K kernel test robot 提交者: Oded Gabbay

habanalabs: gaudi_ctx_fini() can be static

Make a function in gaudi.c to be static
Reported-by: Nkernel test robot <lkp@intel.com>
Signed-off-by: Nkernel test robot <lkp@intel.com>
Reviewed-by: NOded Gabbay <ogabbay@kernel.org>
Signed-off-by: NOded Gabbay <ogabbay@kernel.org>
上级 2a570736
......@@ -7902,7 +7902,7 @@ static int gaudi_ctx_init(struct hl_ctx *ctx)
return gaudi_internal_cb_pool_init(ctx->hdev, ctx);
}
void gaudi_ctx_fini(struct hl_ctx *ctx)
static void gaudi_ctx_fini(struct hl_ctx *ctx)
{
struct hl_device *hdev = ctx->hdev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册