aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Burton <[email protected]>2017-08-12 21:36:32 -0700
committerRalf Baechle <[email protected]>2017-09-04 13:53:14 +0200
commit75c1b2fca25f7d7617cfddd3e53f82bca1e17bbb (patch)
tree310585d2e77f1039a68a405723fd72d17b5c0443
parent84103814a2cfd3561ff00bd7317c22f40f9e0dad (diff)
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 <[email protected]> Acked-by: Marc Zyngier <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/17042/ Signed-off-by: Ralf Baechle <[email protected]>
-rw-r--r--drivers/irqchip/irq-mips-gic.c2
1 files changed, 0 insertions, 2 deletions
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;