Commit a1e6fe3d authored by Dave Airlie's avatar Dave Airlie Committed by Tim Gardner

drm/amdgpu: add missing irq.h include

BugLink: http://bugs.launchpad.net/bugs/1546572

this fixes the build on arm.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
(cherry picked from commit e9c5e740)
Signed-off-by: default avatarAlberto Milone <alberto.milone@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent d384ed35
......@@ -25,6 +25,7 @@
* Alex Deucher
* Jerome Glisse
*/
#include <linux/irq.h>
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include <drm/amdgpu_drm.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment