irqchip/vic: Make vic_syscore_ops and vic_of_init static
authorBen Dooks <ben.dooks@codethink.co.uk>
Thu, 9 Jun 2016 10:30:12 +0000 (11:30 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 Jun 2016 00:57:41 +0000 (00:57 +0000)
commitdf042a5f4ce4d930fe8c28653479e25595c08549
tree0956e131e65829f8d8c848c55b377a6b3828d845
parentf3142635de32cba695149a00efa9980958d5afdc
irqchip/vic: Make vic_syscore_ops and vic_of_init static

The vic_syscore_ops and vic_of_init functions are not exported
outside the driver, so make them static to remove the following
warnings:

drivers/irqchip/irq-vic.c:170:20: warning: symbol 'vic_syscore_ops' was not declared. Should it be static?
drivers/irqchip/irq-vic.c:520:12: warning: symbol 'vic_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/1465468212-2937-1-git-send-email-ben.dooks@codethink.co.uk
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-vic.c