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:
e913376
)
gpio: adnp: Depend on OF_GPIO instead of OF
author
Thierry Reding
<thierry.reding@avionic-design.de>
Thu, 1 Nov 2012 10:22:11 +0000
(11:22 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sat, 17 Nov 2012 21:22:23 +0000
(22:22 +0100)
The driver accesses the of_node field of struct gpio_chip, which is only
available if OF_GPIO is selected. This solves a build issue on SPARC
which conflicts with OF_GPIO and therefore does not provide this field.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found