summaryrefslogtreecommitdiff
path: root/drivers/soc/versatile
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-11-29 22:50:47 +0800
committerArnd Bergmann <arnd@arndb.de>2014-12-04 17:02:43 +0100
commitc747803861f7e3849673754062e827d8d21dbcc4 (patch)
treeb533ccce30447a7d779e557019620fe7685512ef /drivers/soc/versatile
parentab64920c3742ba992a3bf0b06f9750d1cad9d050 (diff)
soc: integrator: Add terminating entry for integrator_cm_match
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc/versatile')
-rw-r--r--drivers/soc/versatile/soc-integrator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/versatile/soc-integrator.c b/drivers/soc/versatile/soc-integrator.c
index ccaa53739ab4..a5d7d39ae0ad 100644
--- a/drivers/soc/versatile/soc-integrator.c
+++ b/drivers/soc/versatile/soc-integrator.c
@@ -23,6 +23,7 @@ static u32 integrator_coreid;
static const struct of_device_id integrator_cm_match[] = {
{ .compatible = "arm,core-module-integrator", },
+ { }
};
static const char *integrator_arch_str(u32 id)