aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm
diff options
context:
space:
mode:
authorBellido Nicolas <ml@acolin.be>2006-05-07 22:49:23 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-05-07 22:49:23 +0100
commit9a708becafe99fa32211e8c53dbacefdb4b11718 (patch)
tree9cc99991d4e29d25a0987f92c87c0629931271c7 /include/asm-arm
parent201be92a4243e58bcc6c0878489bcc2aaaf51c80 (diff)
[ARM] 3506/1: aaec2000: debug-macro.S needs hardware.h
Patch from Bellido Nicolas Include hardware.h in debug-macro.S, otherwise io_p2v is undefined. Signed-off-by: Nicolas Bellido <ml@acolin.be> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-aaec2000/debug-macro.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-aaec2000/debug-macro.S b/include/asm-arm/arch-aaec2000/debug-macro.S
index e4f1fa539a7..7b1fce021d8 100644
--- a/include/asm-arm/arch-aaec2000/debug-macro.S
+++ b/include/asm-arm/arch-aaec2000/debug-macro.S
@@ -9,6 +9,7 @@
* published by the Free Software Foundation.
*/
+#include "hardware.h"
.macro addruart,rx
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?