From: Axel Lin Date: Sun, 19 Oct 2014 15:41:00 +0000 (+0800) Subject: soc: versatile: Add terminating entry for realview_soc_of_match X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~166^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157a1b17a5eb24f957ada8c2522cb88d9e3665fb;p=pandora-kernel.git 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 Acked-by: Linus Walleij Signed-off-by: Arnd Bergmann --- 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;