From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH tty-next v2 1/4] tty: serial: bcm63xx_uart: include linux/io.h Date: Thu, 20 Feb 2014 10:15:51 -0800 Message-ID: <1392920154-3642-2-git-send-email-f.fainelli@gmail.com> References: <1392920154-3642-1-git-send-email-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1392920154-3642-1-git-send-email-f.fainelli@gmail.com> Sender: linux-serial-owner@vger.kernel.org To: linux-serial@vger.kernel.org Cc: devicetree@vger.kernel.org, mbizon@freebox.fr, jogo@openwrt.org, gregkh@linuxfoundation.org, mark.rutland@arm.com, gregory.0xf0@gmail.com, Florian Fainelli List-Id: devicetree@vger.kernel.org Include linux/io.h which provides the definition for __raw_{readl,writel}, this is not necessary on MIPS since there is an implicit inclusion, but it is on ARM for instance. Signed-off-by: Florian Fainelli --- Changes in v2: - respin drivers/tty/serial/bcm63xx_uart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/bcm63xx_uart.c b/drivers/tty/serial/bcm63xx_uart.c index 78e82b0..d71143e 100644 --- a/drivers/tty/serial/bcm63xx_uart.c +++ b/drivers/tty/serial/bcm63xx_uart.c @@ -30,6 +30,7 @@ #include #include #include +#include #define BCM63XX_NR_UARTS 2 -- 1.8.3.2