commit | 5bc067b71928d3f470d051847aefa55724fd0c95 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Mon Feb 13 11:26:25 2012 +0100 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Thu Mar 01 13:29:01 2012 +0100 |
tree | 429f233b33053584cecd7204c9c22b61eb561516 | |
parent | 21f81872788b8089ec4214afad8fc6a0a23f70c8 [diff] |
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 <nicolas.ferre@atmel.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>