From: Russell King Date: Tue, 26 Jul 2011 10:01:15 +0000 (+0100) Subject: ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=50ac01fbd29ba208d0cd4cb9467d3ffc07ae834a;p=linux-beck.git ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.h Signed-off-by: Russell King --- diff --git a/drivers/pcmcia/pxa2xx_vpac270.c b/drivers/pcmcia/pxa2xx_vpac270.c index e956f659089a..66ab92cf3105 100644 --- a/drivers/pcmcia/pxa2xx_vpac270.c +++ b/drivers/pcmcia/pxa2xx_vpac270.c @@ -17,7 +17,7 @@ #include -#include +#include #include #include "soc_common.h"