diff options
author | Mark Brown <[email protected]> | 2014-07-27 17:57:04 +0100 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2014-08-17 16:56:11 +0000 |
commit | ddc86821ee2ce3367fdb116e7334751087f78c56 (patch) | |
tree | aff7ac95d6aa07be743503d309b4e401071fd6b6 /scripts/gdb/linux/modules.py | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
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 <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jason Cooper <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions