Commit 13a26889 authored by Dave Airlie's avatar Dave Airlie Committed by Greg Kroah-Hartman

drm/amdgpu: add missing irq.h include

commit e9c5e740 upstream.

this fixes the build on arm.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 68ea3948
......@@ -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