diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-04-07 05:16:55 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-04-07 08:23:37 -0400 |
commit | 6e29ebad0f252b085a3bb0188637f315efda0a48 (patch) | |
tree | b56c220ae7911cd0b5c882ca5f3704ca871ac2d8 /include/asm-arm | |
parent | 74d02fb9543ec85b04319b5b50926c78e7f07f3e (diff) |
[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.S | 2 |
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 @@ | |||
18 | 18 | ||
19 | #define UART_SHIFT 2 | 19 | #define UART_SHIFT 2 |
20 | #define FLOW_CONTROL | 20 | #define FLOW_CONTROL |
21 | #include <asm/hardware/debug-8250.h> | 21 | #include <asm/hardware/debug-8250.S> |