aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-10-19 23:41:00 +0800
committerArnd Bergmann <arnd@arndb.de>2014-10-28 22:05:07 +0100
commit157a1b17a5eb24f957ada8c2522cb88d9e3665fb (patch)
tree92b4903ccd27e4829f770ffb3f1ff369b8ce416a /drivers/soc
parentARM: ixp4xx: remove compilation warnings in io.h (diff)
downloadlinux-dev-157a1b17a5eb24f957ada8c2522cb88d9e3665fb.tar.xz
linux-dev-157a1b17a5eb24f957ada8c2522cb88d9e3665fb.zip
soc: versatile: Add terminating entry for realview_soc_of_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')
-rw-r--r--drivers/soc/versatile/soc-realview.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/versatile/soc-realview.c b/drivers/soc/versatile/soc-realview.c
index cea8ea3491d2..1a07bf540fec 100644
--- a/drivers/soc/versatile/soc-realview.c
+++ b/drivers/soc/versatile/soc-realview.c
@@ -26,6 +26,7 @@ static const struct of_device_id realview_soc_of_match[] = {
{ .compatible = "arm,realview-pb11mp-soc", },
{ .compatible = "arm,realview-pba8-soc", },
{ .compatible = "arm,realview-pbx-soc", },
+ { }
};
static u32 realview_coreid;