Commit a26c06f96eff6cb1834320463b7945b7a4c516ad

Authored by Thomas Gleixner
Committed by Jason Cooper
1 parent c874a5974a

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/irqchip/spear-shirq.c
... ... @@ -252,7 +252,7 @@
252 252 struct device_node *np)
253 253 {
254 254 int i, irq_base, hwirq = 0, irq_nr = 0;
255   - static struct irq_domain *shirq_domain;
  255 + struct irq_domain *shirq_domain;
256 256 void __iomem *base;
257 257  
258 258 base = of_iomap(np, 0);