drm/amdgpu: make program_imu_rlc_ram static
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 25 May 2022 09:37:02 +0000 (17:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jun 2022 19:56:49 +0000 (15:56 -0400)
commit11594fa114276ed41b9fa3849f7eb79be10162d6
tree417f183130abb7bcfe83f82176628bc879643caf
parent067541847781b8e3abd7400ffdc0d402432613c8
drm/amdgpu: make program_imu_rlc_ram static

This symbol is not used outside of imu_v11_0.c, so marks it
static.

Fixes the following w1 warning:

drivers/gpu/drm/amd/amdgpu/imu_v11_0.c:302:6: warning: no previous
prototype for â€˜program_imu_rlc_ram’ [-Wmissing-prototypes].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/imu_v11_0.c