From: Jerry Snitselaar Date: Tue, 10 Jul 2012 05:16:34 +0000 (-0700) Subject: gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO defined X-Git-Tag: v3.5-rc7~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb39b6551e4bff392427d6ce8692dd576a388f19;p=pandora-kernel.git gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO defined 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed