aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
diff options
context:
space:
mode:
authorGravatar Florian Fainelli <florian@openwrt.org> 2013-12-05 18:26:07 -0800
committerGravatar Ralf Baechle <ralf@linux-mips.org> 2014-01-23 13:02:36 +0100
commitd29e0d04b40f7ce6cfc4342e839b6da179e23bd2 (patch)
tree6929ab2c45b4242b063a982cf5ca374b28aed215 /drivers/tty/serial
parentMIPS: BCM63XX: move UART register definitions (diff)
downloadlinux-d29e0d04b40f7ce6cfc4342e839b6da179e23bd2.tar.gz
linux-d29e0d04b40f7ce6cfc4342e839b6da179e23bd2.tar.bz2
linux-d29e0d04b40f7ce6cfc4342e839b6da179e23bd2.zip
tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h
Now that the UART block defines have been moved to a separate file, include that one and do not longer rely on the MIPS-specific bcm63xx_regs.h header file. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6204/
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/bcm63xx_uart.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/tty/serial/bcm63xx_uart.c b/drivers/tty/serial/bcm63xx_uart.c
index 6d773a3792c7..78e82b017b92 100644
--- a/drivers/tty/serial/bcm63xx_uart.c
+++ b/drivers/tty/serial/bcm63xx_uart.c
@@ -29,8 +29,7 @@
#include <linux/sysrq.h>
#include <linux/serial.h>
#include <linux/serial_core.h>
-
-#include <bcm63xx_regs.h>
+#include <linux/serial_bcm63xx.h>
#define BCM63XX_NR_UARTS 2