aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
diff options
context:
space:
mode:
authoryipechai <[email protected]>2022-03-11 08:54:20 +0000
committerAlex Deucher <[email protected]>2022-03-15 18:42:20 +0000
commit8476269f758221863c01a0a6cccb0d75ec5d60c3 (patch)
treeaeb9167b681c90aa044589f7ffe9832df9bda020 /drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
parentdrm/amd/display: 3.2.177 (diff)
downloadkernel-8476269f758221863c01a0a6cccb0d75ec5d60c3.tar.gz
kernel-8476269f758221863c01a0a6cccb0d75ec5d60c3.zip
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 <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c')
0 files changed, 0 insertions, 0 deletions