From: Florian Fainelli Date: Fri, 6 Dec 2013 02:26:07 +0000 (-0800) Subject: tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h X-Git-Tag: next-20140116~105^2^2~60 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c19db1a67c15694894d4644b3565f3fc1977f6dc;p=karo-tx-linux.git 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 Acked-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/6204/ --- 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 #include #include - -#include +#include #define BCM63XX_NR_UARTS 2