From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Subject: [PATCH V2 4/6] serial: use the new linux/sizes.h Date: Mon, 28 May 2012 18:37:48 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: Giancarlo Asnaghi , Alan Cox , Russell King , x86@kernel.org, Greg Kroah-Hartman , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, linux-arch@vger.kernel.org List-Id: linux-serial@vger.kernel.org Signed-off-by: Alessandro Rubini Acked-by: Giancarlo Asnaghi Cc: Russell King --- drivers/tty/serial/amba-pl011.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index 4ad721f..d394b93 100644 --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c @@ -53,9 +53,9 @@ #include #include #include +#include #include -#include #define UART_NR 14 -- 1.7.7.2