diff options
author | Dave Airlie <airlied@redhat.com> | 2016-01-13 17:07:55 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-01-13 17:07:55 -0500 |
commit | e9c5e7402dad6f4f04c2430db6f283512bcd4392 (patch) | |
tree | 6468051be4acab01c49ccf595d242b8216049108 | |
parent | d6f7a18c8adcb77ca9bfff2d7fb152ac685b73fd (diff) |
drm/amdgpu: add missing irq.h include
this fixes the build on arm.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c index 3006182c5d0d..f594cfaa97e5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | |||
@@ -25,6 +25,7 @@ | |||
25 | * Alex Deucher | 25 | * Alex Deucher |
26 | * Jerome Glisse | 26 | * Jerome Glisse |
27 | */ | 27 | */ |
28 | #include <linux/irq.h> | ||
28 | #include <drm/drmP.h> | 29 | #include <drm/drmP.h> |
29 | #include <drm/drm_crtc_helper.h> | 30 | #include <drm/drm_crtc_helper.h> |
30 | #include <drm/amdgpu_drm.h> | 31 | #include <drm/amdgpu_drm.h> |