diff options
author | Hawking Zhang <[email protected]> | 2021-04-25 14:29:25 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-04-28 23:35:50 -0400 |
commit | be9064b7bcaab6b35d6040499af3fd5db8863ba4 (patch) | |
tree | df362d3726e754a9fde6efc02b0e3b0b04dd4bce | |
parent | a30f128602001c986bb2b3ede074b6193d43905f (diff) |
drm/amdgpu: remove unnecessary header include
amdgpu.h is included in kfd_priv.h
Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: John Clements <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c b/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c index 696944fa0177..97c36e3c8c80 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c @@ -25,7 +25,6 @@ #include "soc15_int.h" #include "kfd_device_queue_manager.h" #include "kfd_smi_events.h" -#include "amdgpu.h" enum SQ_INTERRUPT_WORD_ENCODING { SQ_INTERRUPT_WORD_ENCODING_AUTO = 0x0, |