summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/cpu/interrupts.c')
-rw-r--r--arch/m68k/cpu/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/cpu/interrupts.c b/arch/m68k/cpu/interrupts.c
index 16aac38ad5..9fc64a1248 100644
--- a/arch/m68k/cpu/interrupts.c
+++ b/arch/m68k/cpu/interrupts.c
@@ -23,7 +23,7 @@
*/
#include <common.h>
#include <asm/ptrace.h>
-#include <asm/arch/mcf54xx-regs.h>
+#include <mach/mcf54xx-regs.h>
#ifdef CONFIG_USE_IRQ
void enable_interrupts(void)