diff options
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/atmel_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c index 9988c0c305c2..4a0f86fa1e90 100644 --- a/drivers/tty/serial/atmel_serial.c +++ b/drivers/tty/serial/atmel_serial.c | |||
@@ -48,7 +48,7 @@ | |||
48 | 48 | ||
49 | #ifdef CONFIG_ARM | 49 | #ifdef CONFIG_ARM |
50 | #include <mach/cpu.h> | 50 | #include <mach/cpu.h> |
51 | #include <mach/gpio.h> | 51 | #include <asm/gpio.h> |
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | #define PDC_BUFFER_SIZE 512 | 54 | #define PDC_BUFFER_SIZE 512 |