summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/cpu/cpu.c')
-rw-r--r--arch/m68k/cpu/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/cpu/cpu.c b/arch/m68k/cpu/cpu.c
index 5c48add8d9..c27d089018 100644
--- a/arch/m68k/cpu/cpu.c
+++ b/arch/m68k/cpu/cpu.c
@@ -24,8 +24,8 @@
#include <common.h>
#include <command.h>
#include <init.h>
-#include <asm/proc/processor.h> // FIXME -stup place
-#include <asm/arch/mcf54xx-regs.h>
+#include <proc/processor.h> // FIXME -stup place
+#include <mach/mcf54xx-regs.h>
static uint32_t CACR_shadow = MCF5XXX_CACR_BEC;