1
0
Fork 0

irqchip: spear_shirq: Kill pointless static

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20140619212712.948802939@linutronix.de
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
hifive-unleashed-5.1
Thomas Gleixner 2014-06-19 21:34:37 +00:00 committed by Jason Cooper
parent c874a5974a
commit a26c06f96e
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ static int __init shirq_init(struct spear_shirq **shirq_blocks, int block_nr,
struct device_node *np)
{
int i, irq_base, hwirq = 0, irq_nr = 0;
static struct irq_domain *shirq_domain;
struct irq_domain *shirq_domain;
void __iomem *base;
base = of_iomap(np, 0);