drm/amdgpu: Make amdgpu_ring_mux functions as static
authorJiadong Zhu <Jiadong.Zhu@amd.com>
Mon, 5 Dec 2022 01:55:32 +0000 (09:55 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Dec 2022 15:17:49 +0000 (10:17 -0500)
commit89f3f24233c886c5662439fd829822adf3b88167
tree245d0ea9bc0c90f73c6521c952b66ba2e8cf7e5b
parentf9d00a4a8dc8fff951c97b3213f90d6bc7a72175
drm/amdgpu: Make amdgpu_ring_mux functions as static

lkp robot reported missing-prototypes and unused-but-set-variable warnings on
some functions of amdgpu_mcbp_mux.c. Make them static and remove the unused
variable.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jiadong Zhu <Jiadong.Zhu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c