Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Russell King and committed by
Russell King
6e29ebad 74d02fb9

+1 -1
+1 -1
include/asm-arm/arch-ebsa110/debug-macro.S
··· 18 18 19 19 #define UART_SHIFT 2 20 20 #define FLOW_CONTROL 21 - #include <asm/hardware/debug-8250.h> 21 + #include <asm/hardware/debug-8250.S>