Hey Ben,
On Wed, Jun 08, 2016 at 06:41:37PM +0100, Ben Dooks wrote:
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 <redacted>
---
Cc: Thomas Gleixner <redacted>
Cc: Jason Cooper <redacted>
Cc: Marc Zyngier <redacted>
Cc: linux-arm-kernel at lists.infradead.org
---
drivers/irqchip/irq-bcm2836.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
This, and the rest of the irqchip/ ones, applied to irqchip/misc.
thx,
Jason.