soc: integrator: Add terminating entry for integrator_cm_match
authorAxel Lin <axel.lin@ingics.com>
Sat, 29 Nov 2014 14:50:47 +0000 (22:50 +0800)
committerArnd Bergmann <arnd@arndb.de>
Thu, 4 Dec 2014 16:02:43 +0000 (17:02 +0100)
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>
drivers/soc/versatile/soc-integrator.c

index ccaa537..a5d7d39 100644 (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)