]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: make gfx_v11_0_rlc_stop static
authorsunliming <sunliming@kylinos.cn>
Sun, 29 May 2022 06:26:31 +0000 (14:26 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jun 2022 19:57:12 +0000 (15:57 -0400)
commit7bf486c4490fb7732c8aca63f30189adf40fdd6b
tree0721bebe38be4a9a74ddd2d3bde89d5f36f2f1d8
parent9b5e5f4b74ad4bfe6864186ee9986be5ec1ee413
drm/amdgpu: make gfx_v11_0_rlc_stop static

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

Fixes the following w1 warning:

drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1945:6: warning: no previous
prototype for function 'gfx_v11_0_rlc_stop' [-Wmissing-prototypes].

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: sunliming <sunliming@kylinos.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c