commit | cb144fe8e0e70ccb12e93c9c9f010a25b3f2a158 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@avionic-design.de> | Thu Nov 01 11:22:11 2012 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat Nov 17 22:22:23 2012 +0100 |
tree | d910b113ecc55079446bd1d8c4ab50819de64f64 | |
parent | e91337609afdfaa1936c91b519ba7d7e426814cc [diff] |
gpio: adnp: Depend on OF_GPIO instead of OF 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>