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

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

soc: integrator: Add terminating entry for integrator_cm_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 ab64920c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)