Skip to content

Commit

Permalink
irqchip: spear_shirq: Kill pointless static
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
  • Loading branch information
KAGA-KOKO authored and Jason Cooper committed Jun 24, 2014
1 parent c874a59 commit a26c06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/irqchip/spear-shirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a26c06f

Please sign in to comment.