mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
soc: integrator: Add terminating entry for integrator_cm_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>
This commit is contained in:
parent
ab64920c37
commit
c747803861
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user