• Paul Burton's avatar
    irqchip: mips-gic: Make IPI bitmaps static · 61dc367e
    Paul Burton authored
    We have 2 bitmaps used to keep track of interrupts dedicated to IPIs in
    the MIPS GIC irqchip driver. These bitmaps are only used from the one
    compilation unit of that driver, and so can be made static. Do so in
    order to avoid polluting the symbol table & global namespace.
    Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
    Cc: Jason Cooper <jason@lakedaemon.net>
    Cc: Marc Zyngier <marc.zyngier@arm.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: linux-mips@linux-mips.org
    Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
    61dc367e
irq-mips-gic.c 19.8 KB