Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335715
b: refs/heads/master
c: 36e42a3
h: refs/heads/master
i:
  335713: dba54b6
  335711: 6343461
v: v3
  • Loading branch information
Axel Lin authored and Olof Johansson committed Nov 6, 2012
1 parent 674faa1 commit cfb9dfe
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: dfac74d38ec45bbdb80979ec966e1e703554c864
refs/heads/master: 36e42a323cf0de26bd819448b024d3851fc0d865
3 changes: 2 additions & 1 deletion trunk/drivers/irqchip/irq-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ static int __init armctrl_of_init(struct device_node *node,
}

static struct of_device_id irq_of_match[] __initconst = {
{ .compatible = "brcm,bcm2835-armctrl-ic", .data = armctrl_of_init }
{ .compatible = "brcm,bcm2835-armctrl-ic", .data = armctrl_of_init },
{ }
};

void __init bcm2835_init_irq(void)
Expand Down

0 comments on commit cfb9dfe

Please sign in to comment.