From: Thierry Reding Date: Thu, 1 Nov 2012 10:22:11 +0000 (+0100) Subject: gpio: adnp: Depend on OF_GPIO instead of OF X-Git-Tag: v3.7-rc7~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb144fe8e0e70ccb12e93c9c9f010a25b3f2a158;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed