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-Tag: firefly_0821_release~3680^2~4292^2~33 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50ac01fbd29ba208d0cd4cb9467d3ffc07ae834a;p=firefly-linux-kernel-4.4.55.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"