提交 2a570736 编写于 作者: K kernel test robot 提交者: Oded Gabbay

habanalabs: goya_reset_sob_group() can be static

Make some functions 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>
上级 4147864e
......@@ -5340,7 +5340,7 @@ static void goya_reset_sob(struct hl_device *hdev, void *data)
}
void goya_reset_sob_group(struct hl_device *hdev, u16 sob_group)
static void goya_reset_sob_group(struct hl_device *hdev, u16 sob_group)
{
}
......@@ -5366,12 +5366,12 @@ u64 goya_get_device_time(struct hl_device *hdev)
return device_time | RREG32(mmPSOC_TIMESTAMP_CNTCVL);
}
void goya_collective_wait_init_cs(struct hl_cs *cs)
static void goya_collective_wait_init_cs(struct hl_cs *cs)
{
}
int goya_collective_wait_create_jobs(struct hl_device *hdev,
static int goya_collective_wait_create_jobs(struct hl_device *hdev,
struct hl_ctx *ctx, struct hl_cs *cs, u32 wait_queue_id,
u32 collective_engine_id)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册