commit | fda9f5d4a97cedba3174641263a49d82ff3c3469 | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Wed Jul 12 17:59:06 2017 +0800 |
committer | Rob Herring <robh@kernel.org> | Fri Jul 21 10:46:15 2017 -0500 |
tree | 4aa8352e53e62094823f1880ec9107cb0878df19 | |
parent | fa976ff7b00c31af2b9069751cd55140d8aa30b4 [diff] |
of: remove unused pci_space variable from address.c It was never used and could be removed, otherwise we could see a warning: drivers/of/address.c: In function 'of_pci_range_parser_one': drivers/of/address.c:277:14: warning: variable 'pci_space' set but not used [-Wunused-but-set-variable] Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Rob Herring <robh@kernel.org>