irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 17:53:34 +0000 (18:53 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 Jun 2016 00:57:09 +0000 (00:57 +0000)
commit7c034f1699735ddee2df60920fe5e5e78b8c940a
tree710cd0ba41aa86328f2663b9091c2e28ed10cb28
parent2ae9add9d82df7a8cb130c9b0f8a797515ed72ef
irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>

Fix the missing declaration of gicv2m_init() by including the
file <linux/irqchip/arm-gic.h> which defines it. Fixes the
warning:

drivers/irqchip/irq-gic-v2m.c:517:12: warning: symbol 'gicv2m_init' was not declared. Should it be static?

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