Browse Source

[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>
Russell King 19 years ago
parent
commit
6e29ebad0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-arm/arch-ebsa110/debug-macro.S

+ 1 - 1
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>