Эх сурвалжийг харах

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>
Jeremy Kerr 15 жил өмнө
parent
commit
f63a79f653

+ 1 - 0
arch/arm/mach-ns9xxx/include/mach/debug-macro.S

@@ -8,6 +8,7 @@
  * the Free Software Foundation.
  * the Free Software Foundation.
  */
  */
 #include <mach/hardware.h>
 #include <mach/hardware.h>
+#include <asm/memory.h>
 
 
 #include <mach/regs-board-a9m9750dev.h>
 #include <mach/regs-board-a9m9750dev.h>