From: Paul Burton Date: Sun, 13 Aug 2017 04:36:32 +0000 (-0700) Subject: irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=75c1b2fca25f7d7617cfddd3e53f82bca1e17bbb;p=openwrt%2Fstaging%2Fblogic.git irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration We provide a forward declaration of the __gic_irq_dispatch() function for no apparent reason. Remove it. Signed-off-by: Paul Burton Acked-by: Marc Zyngier Cc: Jason Cooper Cc: Thomas Gleixner Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/17042/ Signed-off-by: Ralf Baechle --- diff --git a/drivers/irqchip/irq-mips-gic.c b/drivers/irqchip/irq-mips-gic.c index 3e4c79e921e3..462c2e509714 100644 --- a/drivers/irqchip/irq-mips-gic.c +++ b/drivers/irqchip/irq-mips-gic.c @@ -58,8 +58,6 @@ static struct irq_chip gic_level_irq_controller, gic_edge_irq_controller; DECLARE_BITMAP(ipi_resrv, GIC_MAX_INTRS); DECLARE_BITMAP(ipi_available, GIC_MAX_INTRS); -static void __gic_irq_dispatch(void); - static bool gic_local_irq_is_routable(int intr) { u32 vpe_ctl;