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:
46bada6
)
gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO defined
author
Jerry Snitselaar
<dev@snitselaar.org>
Tue, 10 Jul 2012 05:16:34 +0000
(22:16 -0700)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 10 Jul 2012 20:53:31 +0000
(22:53 +0200)
commit
626f9914
added code to initialize gpio_chip.of_node, but if
CONFIG_OF_GPIO is not defined gps-tps65910 fails to build with an
error complaining gpio_chip has no member of_node. I ran into this
while doing a allyesconfig build on linux-next.
Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found