aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/irqchip/spear-shirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/spear-shirq.c b/drivers/irqchip/spear-shirq.c
index 6ce6bd3441bf..93f2196e8a08 100644
--- a/drivers/irqchip/spear-shirq.c
+++ b/drivers/irqchip/spear-shirq.c
@@ -252,7 +252,7 @@ static int __init shirq_init(struct spear_shirq **shirq_blocks, int block_nr,
252 struct device_node *np) 252 struct device_node *np)
253{ 253{
254 int i, irq_base, hwirq = 0, irq_nr = 0; 254 int i, irq_base, hwirq = 0, irq_nr = 0;
255 static struct irq_domain *shirq_domain; 255 struct irq_domain *shirq_domain;
256 void __iomem *base; 256 void __iomem *base;
257 257
258 base = of_iomap(np, 0); 258 base = of_iomap(np, 0);