[PATCH 03/10] serial: atmel: add explict mach/gpio.h include
Rob Herring
robherring2 at gmail.com
Wed Aug 29 18:31:29 EDT 2012
From: Rob Herring <rob.herring at calxeda.com>
In preparation to remove implicit inclusion of mach/gpio.h, add explicit
include of mach/gpio.h.
Signed-off-by: Rob Herring <rob.herring at calxeda.com>
Cc: Nicolas Ferre <nicolas.ferre at atmel.com>
Cc: Alan Cox <alan at linux.intel.com>
---
drivers/tty/serial/atmel_serial.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
index 3d7e1ee..c799001 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -48,7 +48,7 @@
#ifdef CONFIG_ARM
#include <mach/cpu.h>
-#include <asm/gpio.h>
+#include <mach/gpio.h>
#endif
#define PDC_BUFFER_SIZE 512
--
1.7.9.5
More information about the linux-arm-kernel
mailing list