diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-09-07 19:26:45 +0800 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-09-12 19:46:28 +0100 |
commit | 89c59cca48f04ede7e63944418af1794a8e31da6 (patch) | |
tree | b17514c8c048703e2eb125039917bbe3fb4310b5 /drivers/irqchip/irq-mtk-sysirq.c | |
parent | 39a342b25252f34d1dbe758b2b99bd055ff3b885 (diff) | |
download | blackbird-op-linux-89c59cca48f04ede7e63944418af1794a8e31da6.tar.gz blackbird-op-linux-89c59cca48f04ede7e63944418af1794a8e31da6.zip |
irqchip/gic: Mark gic_init_physaddr() static
We get 1 warning when building kernel with W=1:
drivers/irqchip/irq-gic.c:917:13: warning: no previous prototype for 'gic_init_physaddr' [-Wmissing-prototypes]
In fact, this function is only used in the file in which it is
declared and don't need a declaration, but can be made static.
so this patch marks this function with 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/irq-mtk-sysirq.c')
0 files changed, 0 insertions, 0 deletions