aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-04-04 15:34:45 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-04-10 17:28:51 +0900
commit00cf16bc88b4ce15ccd85671e6b0ee54405c32e2 (patch)
tree8fd959da062ff0e5381e011a4e0680e6b4a52e0d
parent619f5d8ba2de35089f10e54c3b70593f15837ce8 (diff)
clocksource: mct: Add terminating entry for exynos_mct_ids tablemct-exynos-v2-for-v3.10
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--drivers/clocksource/exynos_mct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c
index 401fcf3f0f9..d3f1327d1ac 100644
--- a/drivers/clocksource/exynos_mct.c
+++ b/drivers/clocksource/exynos_mct.c
@@ -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)