]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
irqchip/armada-370-xp: Make syscore_ops static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 17:55:33 +0000 (18:55 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 Jun 2016 00:55:32 +0000 (00:55 +0000)
commit6c880902419e6e2188fbd1e418ce82410f079a8d
treef62d62bfb2e4e722606956e2b49f79dd506086a0
parentf6fbaaa4c0fc5a304458a06996dc3efa96e3714b
irqchip/armada-370-xp: Make syscore_ops static

The armada_370_xp_mpic_syscore_ops structure is not exported or
declared anywhere. Fix the following warning by making it static:

drivers/irqchip/irq-armada-370-xp.c:544:20: warning: symbol 'armada_370_xp_mpic_syscore_ops' was not declared. Should it be static?

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