diff options
Diffstat (limited to 'arch/arm/boot/compressed/head.S')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index de41daeab5e9..d42f89b7760b 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | #else | 38 | #else |
39 | 39 | ||
40 | #include <asm/arch/debug-macro.S> | 40 | #include <mach/debug-macro.S> |
41 | 41 | ||
42 | .macro writeb, ch, rb | 42 | .macro writeb, ch, rb |
43 | senduart \ch, \rb | 43 | senduart \ch, \rb |