commit | 50ac01fbd29ba208d0cd4cb9467d3ffc07ae834a | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 26 11:01:15 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Aug 08 14:28:08 2011 +0100 |
tree | 851f17edc4545a3bcdf94052baa87e5c9d4e6ad4 | |
parent | e6b750d4ba2fda038ba8e37eda59ec49d31ae88b [diff] [blame] |
ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/drivers/pcmcia/pxa2xx_vpac270.c b/drivers/pcmcia/pxa2xx_vpac270.c index e956f65..66ab92c 100644 --- a/drivers/pcmcia/pxa2xx_vpac270.c +++ b/drivers/pcmcia/pxa2xx_vpac270.c
@@ -17,7 +17,7 @@ #include <asm/mach-types.h> -#include <mach/gpio.h> +#include <asm/gpio.h> #include <mach/vpac270.h> #include "soc_common.h"