diff options
-rw-r--r-- | drivers/soc/versatile/soc-integrator.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; | |||
23 | 23 | ||
24 | static const struct of_device_id integrator_cm_match[] = { | 24 | static const struct of_device_id integrator_cm_match[] = { |
25 | { .compatible = "arm,core-module-integrator", }, | 25 | { .compatible = "arm,core-module-integrator", }, |
26 | { } | ||
26 | }; | 27 | }; |
27 | 28 | ||
28 | static const char *integrator_arch_str(u32 id) | 29 | static const char *integrator_arch_str(u32 id) |