irqchip/brcmstb-l2: Make of probe function static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 18:02:20 +0000 (19:02 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 Jun 2016 00:56:51 +0000 (00:56 +0000)
commit2ae9add9d82df7a8cb130c9b0f8a797515ed72ef
tree0f2cbab1600e6b96e2fdff9374f8b46df21b781c
parentdde7e6d1abdc874e6b26e9478b7ffc43cd5e3ee7
irqchip/brcmstb-l2: Make of probe function static

The probe functions in this driver is not exported or declared
so make it static to fix the following warning:

drivers/irqchip/irq-brcmstb-l2.c:115:12: warning: symbol 'brcmstb_l2_intc_of_init' was not declared. Should it be static?

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