]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h
authorFlorian Fainelli <florian@openwrt.org>
Fri, 6 Dec 2013 02:26:07 +0000 (18:26 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 23 Jan 2014 12:02:36 +0000 (13:02 +0100)
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/

drivers/tty/serial/bcm63xx_uart.c

index 6d773a3792c7c8d4500b6916261ae19dc98b6d0e..78e82b017b928bb55982cb4b015a2e81a6862c46 100644 (file)
@@ -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