Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop static

Not used outside of gfx7.

Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+1 -4
+1 -1
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
··· 3473 3473 * 3474 3474 * Halt the RLC ME (MicroEngine) (CIK). 3475 3475 */ 3476 - void gfx_v7_0_rlc_stop(struct amdgpu_device *adev) 3476 + static void gfx_v7_0_rlc_stop(struct amdgpu_device *adev) 3477 3477 { 3478 3478 WREG32(mmRLC_CNTL, 0); 3479 3479
-3
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h
··· 26 26 27 27 extern const struct amd_ip_funcs gfx_v7_0_ip_funcs; 28 28 29 - /* XXX these shouldn't be exported */ 30 - void gfx_v7_0_rlc_stop(struct amdgpu_device *adev); 31 - 32 29 #endif