[ARM] Fix ebsa110 debug macros
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Fri, 7 Apr 2006 09:16:55 +0000 (10:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 7 Apr 2006 12:23:37 +0000 (13:23 +0100)
Was including debug-8250.h rather than debug-8250.S

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-ebsa110/debug-macro.S

index f61cada..9213bfe 100644 (file)
@@ -18,4 +18,4 @@
 
 #define UART_SHIFT     2
 #define FLOW_CONTROL
-#include <asm/hardware/debug-8250.h>
+#include <asm/hardware/debug-8250.S>