summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/si_ih.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-01-25 02:00:57 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-01-27 20:20:41 +0300
commit689957b12b6315c63bd8cce879e2b259a8a4b666 (patch)
treea098ca3fc70899075cc27be2432e041a8336febf /drivers/gpu/drm/amd/amdgpu/si_ih.c
parentd848c0ba66a05650055b5e3af643a5741b300d46 (diff)
downloadlinux-689957b12b6315c63bd8cce879e2b259a8a4b666.tar.xz
drm/amdgpu: move misc si headers into amdgpu
Move these to the amdgpu directory to match what we do for other asics. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_ih.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_ih.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_ih.c b/drivers/gpu/drm/amd/amdgpu/si_ih.c
index db0f36846661..81f90800ba73 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_ih.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_ih.c
@@ -23,7 +23,7 @@
#include "drmP.h"
#include "amdgpu.h"
#include "amdgpu_ih.h"
-#include "si/sid.h"
+#include "sid.h"
#include "si_ih.h"
static void si_ih_set_interrupt_funcs(struct amdgpu_device *adev);