summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu/interrupts.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:23:26 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:23:26 +0200
commitdaad436bf76ad8acdf66326b1cc3769434cca97f (patch)
treebbcce57e314aacd158b2cec51434a1a859399468 /arch/m68k/cpu/interrupts.c
parent139b569c07b45b09d084df6655e39ca233a16635 (diff)
downloadbarebox-daad436bf76ad8acdf66326b1cc3769434cca97f.tar.gz
barebox-daad436bf76ad8acdf66326b1cc3769434cca97f.tar.xz
[M68K] Move include/asm-m68k/{arch,proc}-* to arch/m68k/*/include/{mach,proc}
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
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)