Commit-ID: a26c06f96eff6cb1834320463b7945b7a4c516ad Gitweb: http://git.kernel.org/tip/a26c06f96eff6cb1834320463b7945b7a4c516ad Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx> AuthorDate: Thu, 19 Jun 2014 21:34:37 +0000 Committer: Jason Cooper <jason@xxxxxxxxxxxxxx> CommitDate: Tue, 24 Jun 2014 12:37:09 +0000 irqchip: spear_shirq: Kill pointless static Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lkml.kernel.org/r/20140619212712.948802939@xxxxxxxxxxxxx Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> Signed-off-by: Jason Cooper <jason@xxxxxxxxxxxxxx> --- drivers/irqchip/spear-shirq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/spear-shirq.c b/drivers/irqchip/spear-shirq.c index 6ce6bd3..93f2196 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, 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); -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html