diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2024-05-16 11:22:00 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-18 00:40:38 +0300 |
commit | 72e6ea95c41d4b61b509037cdaec09194f577d81 (patch) | |
tree | d01c1485557abf93c521fc149ee352ebd2491dd9 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 48fdcadb2c404c4156a45dcff8d5760aa0e8ae44 (diff) | |
download | linux-72e6ea95c41d4b61b509037cdaec09194f577d81.tar.xz |
drm/amdgpu: Remove duplicate amdgpu_umsch_mm.h header
./drivers/gpu/drm/amd/amdgpu/amdgpu.h: amdgpu_umsch_mm.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9063
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index cad5656c8f48..054e59fa0c44 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -112,7 +112,6 @@ #include "amdgpu_xcp.h" #include "amdgpu_seq64.h" #include "amdgpu_reg_state.h" -#include "amdgpu_umsch_mm.h" #define MAX_GPU_INSTANCE 64 |