]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/vcn: fix no previous prototype warning
authorRuijing Dong <ruijing.dong@amd.com>
Wed, 22 Jun 2022 14:10:11 +0000 (10:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Jun 2022 20:55:30 +0000 (16:55 -0400)
commitfc25cf44ada2a7670a30b04cfdf35e9b2af7bf91
tree6481244ce03e55ff86c71a4e0f2ff2b8fd425840
parent779c561d0fb3b6b96315b412c1011d46ef88eaee
drm/amdgpu/vcn: fix no previous prototype warning

Declare 'static', as the function is not intended to be used
outside of this translation unit.

Fixes: 6d1e8cc7abf2 ("drm/amdgpu/vcn: add unified queue ib test")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: James Zhu <James.Zhu@amd.com>
Signed-off-by: Ruijing Dong <ruijing.dong@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c