Commit d9aeccec authored by kbuild test robot's avatar kbuild test robot Committed by Rob Clark

drm/msm/a6xx: a6xx_hfi_send_start() can be static

Fixes: 8167e6fa ("drm/msm/a6xx: HFI v2 for A640 and A650")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent d3b68ddf
......@@ -342,7 +342,7 @@ static int a6xx_hfi_send_test(struct a6xx_gmu *gmu)
NULL, 0);
}
int a6xx_hfi_send_start(struct a6xx_gmu *gmu)
static int a6xx_hfi_send_start(struct a6xx_gmu *gmu)
{
struct a6xx_hfi_msg_start msg = { 0 };
......@@ -350,7 +350,7 @@ int a6xx_hfi_send_start(struct a6xx_gmu *gmu)
NULL, 0);
}
int a6xx_hfi_send_core_fw_start(struct a6xx_gmu *gmu)
static int a6xx_hfi_send_core_fw_start(struct a6xx_gmu *gmu)
{
struct a6xx_hfi_msg_core_fw_start msg = { 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