git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc4910d
)
ARM: mvebu: fix compilation warning on Armada 370 (i.e. non-SMP)
author
Arnaud Ebalard
<arno@natisbad.org>
Mon, 20 Jan 2014 21:52:05 +0000
(22:52 +0100)
committer
Jason Cooper
<jason@lakedaemon.net>
Tue, 21 Jan 2014 00:55:47 +0000
(
00:55
+0000)
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>
drivers/irqchip/irq-armada-370-xp.c
patch
|
blob
|
history
diff --cc
drivers/irqchip/irq-armada-370-xp.c
Simple merge