diff options
Diffstat (limited to 'arch/arm/mach-keystone/pm_domain.c')
-rw-r--r-- | arch/arm/mach-keystone/pm_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/pm_domain.c b/arch/arm/mach-keystone/pm_domain.c index ef6041e7e675..41bebfd296dc 100644 --- a/arch/arm/mach-keystone/pm_domain.c +++ b/arch/arm/mach-keystone/pm_domain.c | |||
@@ -61,7 +61,7 @@ static struct pm_clk_notifier_block platform_domain_notifier = { | |||
61 | .pm_domain = &keystone_pm_domain, | 61 | .pm_domain = &keystone_pm_domain, |
62 | }; | 62 | }; |
63 | 63 | ||
64 | static struct of_device_id of_keystone_table[] = { | 64 | static const struct of_device_id of_keystone_table[] = { |
65 | {.compatible = "ti,keystone"}, | 65 | {.compatible = "ti,keystone"}, |
66 | { /* end of list */ }, | 66 | { /* end of list */ }, |
67 | }; | 67 | }; |