]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: pxa: fix build error for GPIO_bit()
authorHaojian Zhuang <haojian.zhuang@marvell.com>
Thu, 8 Dec 2011 07:07:18 +0000 (15:07 +0800)
committerArnd Bergmann <arnd@arndb.de>
Thu, 8 Dec 2011 16:12:55 +0000 (16:12 +0000)
commite0bf102e1df73182e98c5ff96711b04534bc7bd9
tree1f0d6a5110b0dc6989ffdf5d84240c0d1c6807af
parent6f7c047164631a474a544266355767d9edbac50c
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>
arch/arm/mach-pxa/spitz_pm.c