Fabio Estevam d3a891652a of/overlay: Remove unused variable
Commit 3e7f7626fd49a ("of/overlay: Do not generate duplicate nodes") removed
the only use of the 'grandchild' variable, which leads to the following build
warning:

drivers/of/overlay.c: In function 'of_overlay_apply_single_device_node':
drivers/of/overlay.c:89:31: warning: unused variable 'grandchild' [-Wunused-variable]
  struct device_node *tchild, *grandchild;
                               ^

Remove this unused variable.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Rob Herring <robh@kernel.org>
2015-03-10 10:34:33 -05:00
..
2014-11-24 14:50:07 +00:00
2015-02-04 10:43:15 -06:00
2014-11-10 09:34:57 +01:00
2015-03-10 10:34:33 -05:00
2014-11-04 13:29:38 +00:00
2015-02-17 09:38:59 -08:00