diff options
author | 2014-01-20 22:52:05 +0100 | |
---|---|---|
committer | 2014-01-21 00:55:47 +0000 | |
commit | 19e61d41404fe4094c2d54943dbf883d9bbca864 (patch) | |
tree | 7cc5c3b1d2d6fa94f4da818fd49227bd9593bd54 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ARM: mvebu: Fix kernel hang in mvebu_soc_id_init() when of_iomap failed (diff) | |
download | linux-rng-19e61d41404fe4094c2d54943dbf883d9bbca864.tar.xz linux-rng-19e61d41404fe4094c2d54943dbf883d9bbca864.zip |
ARM: mvebu: fix compilation warning on Armada 370 (i.e. non-SMP)
The following appears during compilation for an Armada 370 target
because 'irq_controller_lock' is used only when CONFIG_SMP is
enabled:
drivers/irqchip/irq-armada-370-xp.c:62:8: warning: 'irq_controller_lock' defined but not used [-Wunused-variable]
Fix that warning by moving declaration of 'irq_controller_lock'
inside existing #ifdef.
Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions