summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-ebsa110/debug-macro.S
diff options
context:
space:
mode:
authorRussell King2006-04-07 11:16:55 +0200
committerRussell King2006-04-07 14:23:37 +0200
commit6e29ebad0f252b085a3bb0188637f315efda0a48 (patch)
treeb56c220ae7911cd0b5c882ca5f3704ca871ac2d8 /include/asm-arm/arch-ebsa110/debug-macro.S
parent[ARM] Move FLUSH_BASE macros to asm/arch/memory.h (diff)
downloadkernel-qcow2-linux-6e29ebad0f252b085a3bb0188637f315efda0a48.tar.gz
kernel-qcow2-linux-6e29ebad0f252b085a3bb0188637f315efda0a48.tar.xz
kernel-qcow2-linux-6e29ebad0f252b085a3bb0188637f315efda0a48.zip
[ARM] Fix ebsa110 debug macros
Was including debug-8250.h rather than debug-8250.S Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-ebsa110/debug-macro.S')
-rw-r--r--include/asm-arm/arch-ebsa110/debug-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-ebsa110/debug-macro.S b/include/asm-arm/arch-ebsa110/debug-macro.S
index f61cadabe0ec..9213bfe4831d 100644
--- a/include/asm-arm/arch-ebsa110/debug-macro.S
+++ b/include/asm-arm/arch-ebsa110/debug-macro.S
@@ -18,4 +18,4 @@
#define UART_SHIFT 2
#define FLOW_CONTROL
-#include <asm/hardware/debug-8250.h>
+#include <asm/hardware/debug-8250.S>