irqchip: mips-gic: Make IPI bitmaps static
[linux-2.6-block.git] / drivers / irqchip / irq-mips-gic.c
index b2e83461e2a8b484fa0bf09710ae1788d8162529..3ccebb020f404968e22105d70f0e28c38e1a3592 100644 (file)
@@ -52,8 +52,8 @@ static int gic_shared_intrs;
 static unsigned int gic_cpu_pin;
 static unsigned int timer_cpu_pin;
 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 DECLARE_BITMAP(ipi_resrv, GIC_MAX_INTRS);
+static DECLARE_BITMAP(ipi_available, GIC_MAX_INTRS);
 
 static struct gic_all_vpes_chip_data {
        u32     map;