Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 157a1b17 authored by Axel Lin's avatar Axel Lin Committed by Arnd Bergmann
Browse files

soc: versatile: Add terminating entry for realview_soc_of_match



The of_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f267ea0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;