aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
diff options
context:
space:
mode:
authorChen Baozi <baozich@gmail.com>2013-08-13 19:14:21 +0800
committerIan Campbell <ian.campbell@citrix.com>2013-08-22 13:16:04 +0100
commit1cd9b317d21eb85432a2ee9487be916b34fc2238 (patch)
tree8a1f61b490d08ae4ec207d9c0610cefda84070f1 /xen/drivers
parenta09a23c19b37a1626338c261e403a458a055b4e4 (diff)
downloadxen-1cd9b317d21eb85432a2ee9487be916b34fc2238.tar.gz
xen-1cd9b317d21eb85432a2ee9487be916b34fc2238.tar.bz2
xen-1cd9b317d21eb85432a2ee9487be916b34fc2238.zip
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 <baozich@gmail.com> Acked-by: Julien Grall <julien.grall@linaro.org> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/drivers')
-rw-r--r--xen/drivers/char/ns16550.c2
1 files changed, 1 insertions, 1 deletions
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 <xen/iocap.h>
#include <xen/pci.h>
#include <xen/pci_regs.h>
-#include <xen/ns16550-uart.h>
+#include <xen/8250-uart.h>
#include <asm/io.h>
#ifdef CONFIG_X86
#include <asm/fixmap.h>