diff options
author | Jiapeng Chong <[email protected]> | 2024-05-16 16:22:00 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-05-17 17:40:38 -0400 |
commit | 72e6ea95c41d4b61b509037cdaec09194f577d81 (patch) | |
tree | d01c1485557abf93c521fc149ee352ebd2491dd9 | |
parent | 48fdcadb2c404c4156a45dcff8d5760aa0e8ae44 (diff) |
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 <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9063
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 |