]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbc1f37848b0652c1936c0b29806684acd2e62de3
tree417f183130abb7bcfe83f82176628bc879643caf
parent67da7d70d71bab25aba949778940b1c70469c254
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