From: Randy Dunlap Date: Wed, 15 Jun 2011 00:06:02 +0000 (-0700) Subject: gpio: include linux/gpio.h where needed X-Git-Tag: v3.0-rc4~21^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=158f1e95180d01ebfd7cd5c8de23050528303f26;p=platform%2Fkernel%2Flinux-stable.git gpio: include linux/gpio.h where needed Some files use GPIOF_ macros but don't include the header file for them. These macros are being moved to , so add includes for where needed. Signed-off-by: Randy Dunlap Signed-off-by: Grant Likely --- diff --git a/arch/arm/mach-pxa/spitz_pm.c b/arch/arm/mach-pxa/spitz_pm.c index 7fe7406..094279a 100644 --- a/arch/arm/mach-pxa/spitz_pm.c +++ b/arch/arm/mach-pxa/spitz_pm.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include diff --git a/drivers/pcmcia/pxa2xx_vpac270.c b/drivers/pcmcia/pxa2xx_vpac270.c index 435002d..712baab 100644 --- a/drivers/pcmcia/pxa2xx_vpac270.c +++ b/drivers/pcmcia/pxa2xx_vpac270.c @@ -11,6 +11,7 @@ * */ +#include #include #include