git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7c047
)
ARM: pxa: fix build error for GPIO_bit()
author
Haojian Zhuang
<haojian.zhuang@marvell.com>
Thu, 8 Dec 2011 07:07:18 +0000
(15:07 +0800)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 8 Dec 2011 16:12:55 +0000
(16:12 +0000)
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>
No differences found