diff options
| author | 2019-09-18 17:51:20 +0800 | |
|---|---|---|
| committer | 2019-10-03 09:11:02 -0500 | |
| commit | 196041205cd48389bf8861ca383c1cc90d09df1f (patch) | |
| tree | d2b2a052237a9c888dcd46c8ab6e2ee767edc314 /drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h | |
| parent | drm/amdgpu: move umc ras fini to umc block (diff) | |
| download | wireguard-linux-196041205cd48389bf8861ca383c1cc90d09df1f.tar.xz wireguard-linux-196041205cd48389bf8861ca383c1cc90d09df1f.zip | |
drm/amdgpu: move mmhub ras fini to mmhub block
it's more suitable to put mmhub ras fini in mmhub block
Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h index a733898c7d55..1cd78940cf82 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h @@ -34,6 +34,6 @@ struct amdgpu_mmhub { }; int amdgpu_mmhub_ras_late_init(struct amdgpu_device *adev); - +void amdgpu_mmhub_ras_fini(struct amdgpu_device *adev); #endif |
