From: Haojian Zhuang Date: Thu, 8 Dec 2011 07:07:19 +0000 (+0800) Subject: ARM: pxa: fix the build error because of missing gpio-pxa.h X-Git-Tag: v3.3-rc1~138^2~2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f7c047164631a474a544266355767d9edbac50c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: pxa: fix the build error because of missing gpio-pxa.h arch/arm/mach-pxa/corgi_pm.c: In function ‘corgi_should_wakeup’: arch/arm/mach-pxa/corgi_pm.c:102:2: error: implicit declaration of function ‘GPIO_bit’ make[1]: *** [arch/arm/mach-pxa/corgi_pm.o] Error 1 make: *** [arch/arm/mach-pxa] Error 2 Signed-off-by: Haojian Zhuang Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-pxa/corgi_pm.c b/arch/arm/mach-pxa/corgi_pm.c index eca862f..39e265c 100644 --- a/arch/arm/mach-pxa/corgi_pm.c +++ b/arch/arm/mach-pxa/corgi_pm.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include