From: Nicolas Ferre Date: Mon, 13 Feb 2012 10:26:25 +0000 (+0100) Subject: ARM: at91/gpio: non-DT builds do not have gpio_chip.of_node field X-Git-Tag: v3.4-rc1~85^2~4^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc067b71928d3f470d051847aefa55724fd0c95;p=pandora-kernel.git ARM: at91/gpio: non-DT builds do not have gpio_chip.of_node field Protect build failure in case of non-DT configuration: the gpio_chip structure does not have a of_node field in case of !CONFIG_OF_GPIO. Keep this in a separate patch as it can be reverted if the field is added for both DT/non-DT cases. Signed-off-by: Nicolas Ferre Acked-by: Jean-Christophe PLAGNIOL-VILLARD --- Reading git-diff-tree failed