From: Hawking Zhang Date: Sun, 25 Apr 2021 06:29:25 +0000 (+0800) Subject: drm/amdgpu: remove unnecessary header include X-Git-Tag: v5.14-rc1~41^2~24^2~143 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=be9064b7bcaab6b35d6040499af3fd5db8863ba4;p=linux-block.git drm/amdgpu: remove unnecessary header include amdgpu.h is included in kfd_priv.h Signed-off-by: Hawking Zhang Reviewed-by: John Clements Signed-off-by: Alex Deucher --- 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,