Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340158
b: refs/heads/master
c: ff33657
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Maxime Ripard committed Dec 3, 2012
1 parent d8fe10e commit 1dd9729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3703af46fcc330d72b9b0165a2a6988833e9df4e
refs/heads/master: ff33657288bf1e62078bc97b87c358f5a1f15844
3 changes: 2 additions & 1 deletion trunk/drivers/irqchip/irq-sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ static int __init sunxi_of_init(struct device_node *node,
}

static struct of_device_id sunxi_irq_dt_ids[] __initconst = {
{ .compatible = "allwinner,sunxi-ic", .data = sunxi_of_init }
{ .compatible = "allwinner,sunxi-ic", .data = sunxi_of_init },
{ }
};

void __init sunxi_init_irq(void)
Expand Down

0 comments on commit 1dd9729

Please sign in to comment.