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)
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>

No differences found