habanalabs: gaudi_ctx_fini() can be static

Make a function in gaudi.c to be static

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
kernel test robot 2020-11-19 12:25:43 +08:00 committed by Oded Gabbay
parent 2a570736ef
commit 293744d92c
1 changed files with 1 additions and 1 deletions

View File

@ -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;