commit | c44e9d77fd1c290c8fe1457b4a5009ebb77ec890 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Wed Jul 30 20:23:14 2014 +0100 |
committer | Jason Cooper <jason@lakedaemon.net> | Mon Aug 18 11:47:51 2014 +0000 |
tree | 7069fad81153c0597995250b5459c23ffcb1c8de | |
parent | ddc86821ee2ce3367fdb116e7334751087f78c56 [diff] |
irqchip: gic-v3: Tag all low level accessors __maybe_unused This is only really needed for gic_write_sgi1r in the !SMP case since it is only referenced in the SMP initialisation code but it seems better to have these functions all next to each other and declared consistently. Signed-off-by: Mark Brown <broonie@linaro.org> Link: https://lkml.kernel.org/r/1406748194-21094-1-git-send-email-broonie@kernel.org Signed-off-by: Jason Cooper <jason@lakedaemon.net>