[PATCH 6/6] arm/shark: fix debug macro compilation failure
Jeremy Kerr
jeremy.kerr at canonical.com
Wed Jul 14 03:29:46 EDT 2010
We need a waituart macro.
Signed-off-by: Jeremy Kerr <jeremy.kerr at canonical.com>
---
arch/arm/mach-shark/include/mach/debug-macro.S | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-shark/include/mach/debug-macro.S b/arch/arm/mach-shark/include/mach/debug-macro.S
index 50f071c..5ea24d4 100644
--- a/arch/arm/mach-shark/include/mach/debug-macro.S
+++ b/arch/arm/mach-shark/include/mach/debug-macro.S
@@ -20,6 +20,9 @@
strb \rd, [\rx]
.endm
+ .macro waituart,rd,rx
+ .endm
+
.macro busyuart,rd,rx
mov \rd, #0
1001: add \rd, \rd, #1
More information about the linux-arm-kernel
mailing list