diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-04-07 10:16:55 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-04-07 13:23:37 +0100 |
commit | 6e29ebad0f252b085a3bb0188637f315efda0a48 (patch) | |
tree | b56c220ae7911cd0b5c882ca5f3704ca871ac2d8 /include | |
parent | 74d02fb9543ec85b04319b5b50926c78e7f07f3e (diff) | |
download | op-kernel-dev-6e29ebad0f252b085a3bb0188637f315efda0a48.zip op-kernel-dev-6e29ebad0f252b085a3bb0188637f315efda0a48.tar.gz |
[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')
-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 f61cada..9213bfe 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> |