From 1cd9b317d21eb85432a2ee9487be916b34fc2238 Mon Sep 17 00:00:00 2001 From: Chen Baozi Date: Tue, 13 Aug 2013 19:14:21 +0800 Subject: xen: rename ns16550-uart.h to 8250-uart.h and fix some typos Since UARTs on OMAP5 & Allwinner's SoC are not ns16550 but only 8250 compatible, rename ns16550-uart.h to 8250-uart.h, which is a more pervasive name. At the same time, fix some typos, which have redundance UART_ prefixes in some macros. Signed-off-by: Chen Baozi Acked-by: Julien Grall Acked-by: Keir Fraser --- xen/drivers/char/ns16550.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/drivers') diff --git a/xen/drivers/char/ns16550.c b/xen/drivers/char/ns16550.c index e085a64c22..6082c85434 100644 --- a/xen/drivers/char/ns16550.c +++ b/xen/drivers/char/ns16550.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #ifdef CONFIG_X86 #include -- cgit v1.2.3