From: Rob Herring <redacted>
In preparation to remove implicit inclusion of mach/gpio.h, add explicit
include of mach/gpio.h.
Signed-off-by: Rob Herring <redacted>
Cc: Nicolas Ferre <redacted>
Cc: Alan Cox <redacted>
---
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