Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3703af46 authored by Axel Lin's avatar Axel Lin Committed by Maxime Ripard
Browse files

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: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 67bea88d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)