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

Commit 354599f4 authored by Axel Lin's avatar Axel Lin Committed by Kukjin Kim
Browse files

clocksource: mct: Add terminating entry for exynos_mct_ids table



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 avatarKukjin Kim <kgene.kim@samsung.com>
parent d8acac56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -506,6 +506,7 @@ static void __init exynos4_timer_resources(struct device_node *np)
static const struct of_device_id exynos_mct_ids[] = {
	{ .compatible = "samsung,exynos4210-mct", .data = (void *)MCT_INT_SPI },
	{ .compatible = "samsung,exynos4412-mct", .data = (void *)MCT_INT_PPI },
	{ }
};

void __init mct_init(void)