From 60e8972dc7e1df843d7132fb572e74f10502a4b7 Mon Sep 17 00:00:00 2001 From: Russell King Date: Tue, 26 Jul 2011 10:56:19 +0100 Subject: ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h Signed-off-by: Russell King --- drivers/tty/serial/atmel_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/tty') diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c index af9b7814965a..b8a00aea090a 100644 --- a/drivers/tty/serial/atmel_serial.c +++ b/drivers/tty/serial/atmel_serial.c @@ -46,7 +46,7 @@ #ifdef CONFIG_ARM #include -#include +#include #endif #define PDC_BUFFER_SIZE 512 -- cgit v1.2.3-59-g8ed1b