summaryrefslogtreecommitdiffstats
path: root/drivers/soc/versatile
diff options
context:
space:
mode:
authorAxel Lin2014-11-29 15:50:47 +0100
committerArnd Bergmann2014-12-04 17:02:43 +0100
commitc747803861f7e3849673754062e827d8d21dbcc4 (patch)
treeb533ccce30447a7d779e557019620fe7685512ef /drivers/soc/versatile
parentMerge tag 'mvebu-soc-suspend-3.19' of git://git.infradead.org/linux-mvebu int... (diff)
downloadkernel-qcow2-linux-c747803861f7e3849673754062e827d8d21dbcc4.tar.gz
kernel-qcow2-linux-c747803861f7e3849673754062e827d8d21dbcc4.tar.xz
kernel-qcow2-linux-c747803861f7e3849673754062e827d8d21dbcc4.zip
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)