projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9729c0c
)
ARM: 6259/1: arm/ns9xxx: fix debug macro compilation failure
author
Jeremy Kerr
<
[email protected]
>
Thu, 22 Jul 2010 15:34:34 +0000
(16:34 +0100)
committer
Russell King
<
[email protected]
>
Mon, 26 Jul 2010 09:33:05 +0000
(10:33 +0100)
We need asm/memory.h for NS9XXX_CSxSTAT_PHYS (via mach/memory.h).
Signed-off-by: Jeremy Kerr <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-ns9xxx/include/mach/debug-macro.S
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ns9xxx/include/mach/debug-macro.S
b/arch/arm/mach-ns9xxx/include/mach/debug-macro.S
index 0859336a8e6d1be71a8090c1e8ef53b1640c87bc..5c934bdb71583e037c59fdadc3490e43838ff425 100644
(file)
--- 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>