irqchip/bcm2836: Make bcm2836_smp_boot_secondary static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 17:41:37 +0000 (18:41 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 Jun 2016 00:56:09 +0000 (00:56 +0000)
commit1eeb67362d93ab6099ed536641dac68df0f2e18d
treeb215de8018341915f2d5241934684861c36654b8
parent6c880902419e6e2188fbd1e418ce82410f079a8d
irqchip/bcm2836: Make bcm2836_smp_boot_secondary static

The bcm2836_smp_boot_secondary() is not declared or used elsewhere
so make it static to fix the following warning:

drivers/irqchip/irq-bcm2836.c:227:12: warning: symbol 'bcm2836_smp_boot_secondary' was not declared. Should it be static?

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