diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/drm_util.h b/include/drm/drm_util.h index 0500da65b1d1..8163d35f8327 100644 --- a/include/drm/drm_util.h +++ b/include/drm/drm_util.h @@ -32,9 +32,9 @@ * Macros and inline functions that does not naturally belong in other places */ -#include <linux/irqflags.h> -#include <linux/preempt.h> +#include <linux/interrupt.h> #include <linux/kgdb.h> +#include <linux/preempt.h> #include <linux/smp.h> /* |