]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
irqchip: gic-v3: Only define gic_peek_irq() when building SMP
authorMark Brown <broonie@linaro.org>
Sun, 27 Jul 2014 16:57:04 +0000 (17:57 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sun, 17 Aug 2014 16:56:11 +0000 (16:56 +0000)
commitddc86821ee2ce3367fdb116e7334751087f78c56
treeaff7ac95d6aa07be743503d309b4e401071fd6b6
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
irqchip: gic-v3: Only define gic_peek_irq() when building SMP

If building with CONFIG_SMP disbled (for example, with allnoconfig) then
GCC complains that the static function gic_peek_irq() is defined but not
used since the only reference is in the SMP initialisation code. Fix this
by moving the function definition inside the ifdef.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1406480224-24628-1-git-send-email-broonie@kernel.org
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-gic-v3.c