]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: mips-gic: Make IPI bitmaps static
authorPaul Burton <paul.burton@mips.com>
Tue, 31 Oct 2017 16:41:51 +0000 (09:41 -0700)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 2 Nov 2017 15:55:48 +0000 (15:55 +0000)
commit107be697ec56d60052c14f16828900d784d7b744
tree19bba5ea833fa10334b36956e84cb99becc49a50
parent9a55255ad60f502309f9cbfed2d331f63f01b48f
irqchip: mips-gic: Make IPI bitmaps static

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: Paul 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: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-mips-gic.c