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~13^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6f7c047164631a474a544266355767d9edbac50c;p=linux.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 eca862fb2cd5..39e265cfc86d 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