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/ata/pata_at91.c | |
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/ata/pata_at91.c')
-rw-r--r-- | drivers/ata/pata_at91.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_at91.c b/drivers/ata/pata_at91.c index 960c72571395..3f4c2613b3df 100644 --- a/drivers/ata/pata_at91.c +++ b/drivers/ata/pata_at91.c | |||
@@ -30,7 +30,7 @@ | |||
30 | 30 | ||
31 | #include <mach/at91sam9_smc.h> | 31 | #include <mach/at91sam9_smc.h> |
32 | #include <mach/board.h> | 32 | #include <mach/board.h> |
33 | #include <mach/gpio.h> | 33 | #include <asm/gpio.h> |
34 | 34 | ||
35 | #define DRV_NAME "pata_at91" | 35 | #define DRV_NAME "pata_at91" |
36 | #define DRV_VERSION "0.3" | 36 | #define DRV_VERSION "0.3" |