浏览代码

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>
Axel Lin 10 年之前
父节点
当前提交
157a1b17a5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/soc/versatile/soc-realview.c

+ 1 - 0
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;