summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@amd.com>2015-01-02 23:18:54 +0200
committerOded Gabbay <oded.gabbay@amd.com>2015-01-02 23:18:54 +0200
commit71273adc52fafcda181e62cef64ddffd76d91944 (patch)
tree711794ab839b8fe62932b2ea8a5a59873913c611 /drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
parentbd7fbd38e58046d8b2e37003e01b9fa0f545e5ae (diff)
downloadlinux-71273adc52fafcda181e62cef64ddffd76d91944.tar.gz
linux-71273adc52fafcda181e62cef64ddffd76d91944.tar.bz2
linux-71273adc52fafcda181e62cef64ddffd76d91944.zip
drm/amdkfd: Don't include header files from radeon
Because amdkfd will need to work both with radeon and amdgpu, don't include header files that are in radeon's folder. Instead, use the common amd include folder and move amdkfd specific defines to amdkfd header files. Signed-off-by: Oded Gabbay <oded.gabbay@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
index 60f4ccbbb301..fead2d7c0877 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
@@ -31,7 +31,6 @@
#include "kfd_mqd_manager.h"
#include "cik_regs.h"
#include "kfd_kernel_queue.h"
-#include "../../radeon/cik_reg.h"
/* Size of the per-pipe EOP queue */
#define CIK_HPD_EOP_BYTES_LOG2 11