Skip to content

Commit

Permalink
Merge tag 'sunxi-fixes-for-3.8' of git://github.com/mripard/linux int…
Browse files Browse the repository at this point in the history
…o next/soc

From Maxime Ripard:
Fixes in sunXi related drivers for 3.8

* tag 'sunxi-fixes-for-3.8' of git://github.com/mripard/linux:
  irqchip: irq-sunxi: Add terminating entry for sunxi_irq_dt_ids
  clocksource: sunxi_timer: Add terminating entry for sunxi_timer_dt_ids
  • Loading branch information
Olof Johansson committed Dec 8, 2012
2 parents 6e202df + ff33657 commit a5559a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/clocksource/sunxi_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ static struct irqaction sunxi_timer_irq = {

static struct of_device_id sunxi_timer_dt_ids[] = {
{ .compatible = "allwinner,sunxi-timer" },
{ }
};

static void __init sunxi_timer_init(void)
Expand Down
3 changes: 2 additions & 1 deletion 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 a5559a3

Please sign in to comment.