diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 05:56:19 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 09:27:48 -0400 |
commit | 60e8972dc7e1df843d7132fb572e74f10502a4b7 (patch) | |
tree | b5edecee53b01b7581951b0640e4126396e2d3bf /drivers/tty/serial | |
parent | 1bc857f700fb14bbcb990a81b1255f39807ae59e (diff) |
ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/tty/serial')
-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 af9b7814965a..b8a00aea090a 100644 --- a/drivers/tty/serial/atmel_serial.c +++ b/drivers/tty/serial/atmel_serial.c | |||
@@ -46,7 +46,7 @@ | |||
46 | 46 | ||
47 | #ifdef CONFIG_ARM | 47 | #ifdef CONFIG_ARM |
48 | #include <mach/cpu.h> | 48 | #include <mach/cpu.h> |
49 | #include <mach/gpio.h> | 49 | #include <asm/gpio.h> |
50 | #endif | 50 | #endif |
51 | 51 | ||
52 | #define PDC_BUFFER_SIZE 512 | 52 | #define PDC_BUFFER_SIZE 512 |