diff options
author | Axel Lin <[axel.lin@ingics.com]> | 2013-04-04 02:34:45 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-04 02:35:42 -0400 |
commit | 354599f460ba79c9fb00f220e42de5a7509ceeb4 (patch) | |
tree | 8fd959da062ff0e5381e011a4e0680e6b4a52e0d /drivers/clocksource/exynos_mct.c | |
parent | d8acac566c9b8ba96c278bf17b8acd549c99e621 (diff) |
clocksource: mct: Add terminating entry for exynos_mct_ids table
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>
Diffstat (limited to 'drivers/clocksource/exynos_mct.c')
-rw-r--r-- | drivers/clocksource/exynos_mct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c index 401fcf3f0f9f..d3f1327d1ac4 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) | |||
506 | static const struct of_device_id exynos_mct_ids[] = { | 506 | static const struct of_device_id exynos_mct_ids[] = { |
507 | { .compatible = "samsung,exynos4210-mct", .data = (void *)MCT_INT_SPI }, | 507 | { .compatible = "samsung,exynos4210-mct", .data = (void *)MCT_INT_SPI }, |
508 | { .compatible = "samsung,exynos4412-mct", .data = (void *)MCT_INT_PPI }, | 508 | { .compatible = "samsung,exynos4412-mct", .data = (void *)MCT_INT_PPI }, |
509 | { } | ||
509 | }; | 510 | }; |
510 | 511 | ||
511 | void __init mct_init(void) | 512 | void __init mct_init(void) |