From: Florian Fainelli Date: Fri, 6 Dec 2013 02:26:08 +0000 (-0800) Subject: MIPS: BCM63XX: use linux/serial_bcm63xx.h X-Git-Tag: next-20140116~105^2^2~59 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea7edba9c96ae2e3f7dde7d8fea546f39e11c3e1;p=karo-tx-linux.git MIPS: BCM63XX: use linux/serial_bcm63xx.h Update the early_printk code to include linux/serial_bcm63xx.h which provides the definitions for the UART block registers. While at it, remove the inclusion of serial_bcm63xx.h which was just there to allow smooth transition. Signed-off-by: Florian Fainelli Acked-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/6203/ --- diff --git a/arch/mips/bcm63xx/early_printk.c b/arch/mips/bcm63xx/early_printk.c index aa8f7f9cc7a4..f92f1a25e19b 100644 --- a/arch/mips/bcm63xx/early_printk.c +++ b/arch/mips/bcm63xx/early_printk.c @@ -8,7 +8,7 @@ #include #include -#include +#include static void wait_xfered(void) { diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h index 96a2d2c724fa..ab427f8814e6 100644 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h @@ -462,13 +462,6 @@ /* Watchdog soft reset register (BCM6328 only) */ #define WDT_SOFTRESET_REG 0xc -/************************************************************************* - * _REG relative to RSET_UARTx - *************************************************************************/ - -#include - - /************************************************************************* * _REG relative to RSET_GPIO *************************************************************************/