diff options
-rw-r--r-- | arch/m68k/include/asm/irqflags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/irqflags.h b/arch/m68k/include/asm/irqflags.h index 7ef4115b8c4a..4c6275522e67 100644 --- a/arch/m68k/include/asm/irqflags.h +++ b/arch/m68k/include/asm/irqflags.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/types.h> | 4 | #include <linux/types.h> |
5 | #ifdef CONFIG_MMU | 5 | #ifdef CONFIG_MMU |
6 | #include <linux/hardirq.h> | 6 | #include <linux/preempt_mask.h> |
7 | #endif | 7 | #endif |
8 | #include <linux/preempt.h> | 8 | #include <linux/preempt.h> |
9 | #include <asm/thread_info.h> | 9 | #include <asm/thread_info.h> |