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:
2cf4726
)
ARM: ux500: fix pin warning
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 15 Nov 2012 10:47:19 +0000
(11:47 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 15 Nov 2012 12:16:08 +0000
(13:16 +0100)
Recent pin changes produce this warning:
arch/arm/mach-ux500/board-mop500-pins.c:73:22:
error: 'out_hi_wkup_pdis' defined but not used
[-Werror=unused-variable]
Fix this by deleting the offending definition.
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
No differences found