]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 f61cadabe0ec60e3237308c83ad62069fdef4e40..9213bfe4831d6f2e716348d9d9d9976b404b9cd1 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>