drm/msm/a6xx: a6xx_hfi_send_start() can be static
authorkbuild test robot <lkp@intel.com>
Thu, 21 May 2020 08:30:19 +0000 (16:30 +0800)
committerRob Clark <robdclark@chromium.org>
Fri, 22 May 2020 16:12:17 +0000 (09:12 -0700)
Fixes: 8167e6fa76c8 ("drm/msm/a6xx: HFI v2 for A640 and A650")
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_hfi.c

index f9db69e..9921e63 100644 (file)
@@ -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 };