]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix documentation warning
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Jun 2022 16:37:40 +0000 (12:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Jun 2022 02:03:51 +0000 (22:03 -0400)
commit15ec89e41b795426718dc9d951a8b7e5c7f90170
treea1ff3f39ce60f50581dad86846a8cee61598e286
parenta90d6f97ae4ce1185e1744a415872139f4a936f2
drm/amdgpu: fix documentation warning

Fixes this issue:
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5094: warning: expecting prototype for amdgpu_device_gpu_recover_imp(). Prototype was for amdgpu_device_gpu_recover() instead

Fixes: 88de942978e2 ("drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_recover")
Reviewed-by: Kent Russell <kent.russell@amd.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c