diff options
| author | yipechai <[email protected]> | 2022-02-17 07:02:32 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-03-02 23:40:06 +0000 |
| commit | aa8e65dfc75f684cd46d49f71453ea3512a1e770 (patch) | |
| tree | 447171770d98984acdc712a62d7f6931c1b5e0cd /drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h | |
| parent | drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in xgmi ras ... (diff) | |
| download | kernel-aa8e65dfc75f684cd46d49f71453ea3512a1e770.tar.gz kernel-aa8e65dfc75f684cd46d49f71453ea3512a1e770.zip | |
drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in hdp ras block
Remove redundant calls of amdgpu_ras_block_late_fini in hdp ras block.
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_hdp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h index c05cd992ef8a..9181c7bef7c6 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h @@ -44,5 +44,4 @@ struct amdgpu_hdp { }; int amdgpu_hdp_ras_late_init(struct amdgpu_device *adev, struct ras_common_if *ras_block); -void amdgpu_hdp_ras_fini(struct amdgpu_device *adev, struct ras_common_if *ras_block); #endif /* __AMDGPU_HDP_H__ */ |
