summaryrefslogtreecommitdiff
path: root/include/asm-arm
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
parent74d02fb9543ec85b04319b5b50926c78e7f07f3e (diff)
downloadlinux-3.10-6e29ebad0f252b085a3bb0188637f315efda0a48.tar.gz
linux-3.10-6e29ebad0f252b085a3bb0188637f315efda0a48.tar.bz2
linux-3.10-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')
-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 f61cadabe0e..9213bfe4831 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>