diff options
author | Fabio Estevam | 2015-03-03 10:04:45 -0300 |
---|---|---|
committer | Rob Herring | 2015-03-10 10:34:33 -0500 |
commit | d3a891652adb82e1973348c703a597cb54e41dea (patch) | |
tree | 2d203ea5f53bb9debf63ee5e8eb00157440fd56d /lib | |
parent | 20aa4d8ae8d2ada8f959364ebc096b8841245456 (diff) |
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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions