diff options
author | Jeremy Kerr | 2010-07-22 17:34:34 +0200 |
---|---|---|
committer | Russell King | 2010-07-26 11:33:05 +0200 |
commit | f63a79f65358d27a25fa31f912738b61bfcec589 (patch) | |
tree | 434b27b1e1550501317667b1512c4a47f259473e /arch/arm | |
parent | ARM: 6258/1: arm/h720x: fix debug macro compilation failure (diff) | |
download | kernel-qcow2-linux-f63a79f65358d27a25fa31f912738b61bfcec589.tar.gz kernel-qcow2-linux-f63a79f65358d27a25fa31f912738b61bfcec589.tar.xz kernel-qcow2-linux-f63a79f65358d27a25fa31f912738b61bfcec589.zip |
ARM: 6259/1: arm/ns9xxx: fix debug macro compilation failure
We need asm/memory.h for NS9XXX_CSxSTAT_PHYS (via mach/memory.h).
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-ns9xxx/include/mach/debug-macro.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ns9xxx/include/mach/debug-macro.S b/arch/arm/mach-ns9xxx/include/mach/debug-macro.S index 0859336a8e6d..5c934bdb7158 100644 --- a/arch/arm/mach-ns9xxx/include/mach/debug-macro.S +++ b/arch/arm/mach-ns9xxx/include/mach/debug-macro.S @@ -8,6 +8,7 @@ * the Free Software Foundation. */ #include <mach/hardware.h> +#include <asm/memory.h> #include <mach/regs-board-a9m9750dev.h> |