drm/amdgpu: Workaround build failure due to trace conflict
authorKuehling, Felix <Felix.Kuehling@amd.com>
Fri, 7 Dec 2018 22:07:20 +0000 (22:07 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Dec 2018 22:53:47 +0000 (17:53 -0500)
commit5634e38cda7ba47f9e0f372cf1e1729a845d3348
treea17fb3ee55da53aa5b4182b10ec0b25472166d95
parent9ed9203c3ee7acd3f6e2acb3f1f691366847c8b5
drm/amdgpu: Workaround build failure due to trace conflict

Avoid including mmu_context.h in amdgpu_amdkfd.h since that may be
included in other header files that define traces. This leads to
conflicts due to traces defined in other headers included via
mmu_context.h.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c