[PATCH -next] irqchip/eznps: drop pointless static qualifier in nps400_of_init()

2016-10-17 Thread Wei Yongjun
From: Wei Yongjun There is no need to have the 'struct irq_domain *nps400_root_domain' variable static since new value always be assigned before use it. Signed-off-by: Wei Yongjun --- drivers/irqchip/irq-eznps.c | 2 +- 1 file changed, 1

[PATCH -next] irqchip/eznps: drop pointless static qualifier in nps400_of_init()

2016-10-17 Thread Wei Yongjun
From: Wei Yongjun There is no need to have the 'struct irq_domain *nps400_root_domain' variable static since new value always be assigned before use it. Signed-off-by: Wei Yongjun --- drivers/irqchip/irq-eznps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git