1
0
Fork 0

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>
wifi-calibration
Axel Lin 2014-11-29 22:50:47 +08:00 committed by Arnd Bergmann
parent ab64920c37
commit c747803861
1 changed files with 1 additions and 0 deletions

View File

@ -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)