commit | e0bf102e1df73182e98c5ff96711b04534bc7bd9 | [log] [tgz] |
---|---|---|
author | Haojian Zhuang <haojian.zhuang@marvell.com> | Thu Dec 08 15:07:18 2011 +0800 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Dec 08 16:12:55 2011 +0000 |
tree | 1f0d6a5110b0dc6989ffdf5d84240c0d1c6807af | |
parent | 6f7c047164631a474a544266355767d9edbac50c [diff] |
ARM: pxa: fix build error for GPIO_bit() arch/arm/mach-pxa/spitz_pm.c: In function ‘spitz_presuspend’: arch/arm/mach-pxa/spitz_pm.c:112:2: error: implicit declaration of function ‘GPIO_bit’ make[1]: *** [arch/arm/mach-pxa/spitz_pm.o] Error 1 GPIO_bit() is moved into <linux/gpio-pxa.h>. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>