drm/amdkfd: Don't include header files from radeon
authorOded Gabbay <oded.gabbay@amd.com>
Fri, 2 Jan 2015 21:18:54 +0000 (23:18 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Fri, 2 Jan 2015 21:18:54 +0000 (23:18 +0200)
commit71273adc52fafcda181e62cef64ddffd76d91944
tree711794ab839b8fe62932b2ea8a5a59873913c611
parentbd7fbd38e58046d8b2e37003e01b9fa0f545e5ae
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>
drivers/gpu/drm/amd/amdkfd/cik_regs.h
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c