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>
This commit is contained in:
parent
c874a5974a
commit
a26c06f96e
|
@ -252,7 +252,7 @@ static int __init shirq_init(struct spear_shirq **shirq_blocks, int block_nr,
|
||||||
struct device_node *np)
|
struct device_node *np)
|
||||||
{
|
{
|
||||||
int i, irq_base, hwirq = 0, irq_nr = 0;
|
int i, irq_base, hwirq = 0, irq_nr = 0;
|
||||||
static struct irq_domain *shirq_domain;
|
struct irq_domain *shirq_domain;
|
||||||
void __iomem *base;
|
void __iomem *base;
|
||||||
|
|
||||||
base = of_iomap(np, 0);
|
base = of_iomap(np, 0);
|
||||||
|
|
Loading…
Reference in New Issue