dect
/
linux-2.6
Archived
13
0
Fork 0

clocksource: sunxi_timer: Add terminating entry for sunxi_timer_dt_ids

The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Axel Lin 2012-12-02 23:08:19 +08:00 committed by Maxime Ripard
parent 67bea88dd8
commit 3703af46fc
1 changed files with 1 additions and 0 deletions

View File

@ -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)