From c747803861f7e3849673754062e827d8d21dbcc4 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Sat, 29 Nov 2014 22:50:47 +0800 Subject: 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 Acked-by: Linus Walleij Signed-off-by: Arnd Bergmann --- drivers/soc/versatile/soc-integrator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/soc/versatile') diff --git a/drivers/soc/versatile/soc-integrator.c b/drivers/soc/versatile/soc-integrator.c index ccaa53739ab4..a5d7d39ae0ad 100644 --- a/drivers/soc/versatile/soc-integrator.c +++ b/drivers/soc/versatile/soc-integrator.c @@ -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) -- cgit v1.2.3-55-g7522