summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
diff options
context:
space:
mode:
authoryipechai <YiPeng.Chai@amd.com>2022-03-11 11:54:20 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-03-15 21:42:20 +0300
commit8476269f758221863c01a0a6cccb0d75ec5d60c3 (patch)
treeaeb9167b681c90aa044589f7ffe9832df9bda020 /drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
parentfdf0ece6309d90dc0f9388001239cb2d12671af3 (diff)
downloadlinux-8476269f758221863c01a0a6cccb0d75ec5d60c3.tar.xz
drm/amdgpu: fixed the warnings reported by kernel test robot
The reported warnings are as follows: 1.warning:no-previous-prototype-for-amdgpu_hdp_ras_fini. 2.warning:no-previous-prototype-for-amdgpu_mmhub_ras_fini. Amdgpu_hdp_ras_fini and amdgpu_mmhub_ras_fini are unused in the code, they are the only functions in amdgpu_hdp.c and amdgpu_mmhub.c. After removing these two functions, both amdgpu_hdp.c and amdgpu_mmhub.c are empty, so these two files can be deleted to fix the warning. Signed-off-by: yipechai <YiPeng.Chai@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c')
0 files changed, 0 insertions, 0 deletions