提交 354599f4 编写于 作者: A Axel Lin 提交者: Kukjin Kim

clocksource: mct: Add terminating entry for exynos_mct_ids table

The of_device_id table is supposed to be zero-terminated.
Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 d8acac56
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册