irqchip/bcm7120-l2: Make probe functions static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 17:59:58 +0000 (18:59 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 Jun 2016 00:56:31 +0000 (00:56 +0000)
commitdde7e6d1abdc874e6b26e9478b7ffc43cd5e3ee7
tree6fbda624fa517138d9f1d93dccf1ffdaa5b574ca
parent1eeb67362d93ab6099ed536641dac68df0f2e18d
irqchip/bcm7120-l2: Make probe functions static

The probe functions in this driver are not exported or declared
for use elsewhere, so make them static to fix the warnings:

drivers/irqchip/irq-bcm7120-l2.c:218:12: warning: symbol 'bcm7120_l2_intc_probe' was not declared. Should it be static?
drivers/irqchip/irq-bcm7120-l2.c:342:12: warning: symbol 'bcm7120_l2_intc_probe_7120' was not declared. Should it be static?
drivers/irqchip/irq-bcm7120-l2.c:349:12: warning: symbol 'bcm7120_l2_intc_probe_3380' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Link: https://lkml.kernel.org/r/1465408798-16201-1-git-send-email-ben.dooks@codethink.co.uk
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-bcm7120-l2.c