diff options
Diffstat (limited to 'arch/arm/mach-ux500/pm_domains.c')
-rw-r--r-- | arch/arm/mach-ux500/pm_domains.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/pm_domains.c b/arch/arm/mach-ux500/pm_domains.c index 0d4b5b46f15b..4d71c90f801c 100644 --- a/arch/arm/mach-ux500/pm_domains.c +++ b/arch/arm/mach-ux500/pm_domains.c | |||
@@ -49,7 +49,7 @@ static struct generic_pm_domain *ux500_pm_domains[NR_DOMAINS] = { | |||
49 | [DOMAIN_VAPE] = &ux500_pm_domain_vape, | 49 | [DOMAIN_VAPE] = &ux500_pm_domain_vape, |
50 | }; | 50 | }; |
51 | 51 | ||
52 | static struct of_device_id ux500_pm_domain_matches[] = { | 52 | static const struct of_device_id ux500_pm_domain_matches[] __initconst = { |
53 | { .compatible = "stericsson,ux500-pm-domains", }, | 53 | { .compatible = "stericsson,ux500-pm-domains", }, |
54 | { }, | 54 | { }, |
55 | }; | 55 | }; |