aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-ebsa110
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-04-07 10:16:55 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-04-07 13:23:37 +0100
commit6e29ebad0f252b085a3bb0188637f315efda0a48 (patch)
treeb56c220ae7911cd0b5c882ca5f3704ca871ac2d8 /include/asm-arm/arch-ebsa110
parent[ARM] Move FLUSH_BASE macros to asm/arch/memory.h (diff)
downloadlinux-dev-6e29ebad0f252b085a3bb0188637f315efda0a48.tar.xz
linux-dev-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')
-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>