irqchip/irq-omap-intc: Do not statically initialize variables
authorLadislav Michl <ladis@linux-mips.org>
Mon, 16 Oct 2017 16:13:03 +0000 (18:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 16 Oct 2017 19:05:14 +0000 (21:05 +0200)
commit77c858fa343bb09cc3fe1456fda5710c974845b9
tree1291dafcc92778b72a1c224fe1de4febf4fa85cf
parent62518c02f75ff9b19c07b53b8e13ed878211b795
irqchip/irq-omap-intc: Do not statically initialize variables

omap_nr_pending and omap_nr_irqs variables are initialized
right at the beginning of intc_of_init function, so there's
no need to statically initialize them.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Cc: Jason Cooper <jason@lakedaemon.net>
Link: https://lkml.kernel.org/r/20171016161303.veumgcd3xom5c54r@lenoch
drivers/irqchip/irq-omap-intc.c