diff options
Diffstat (limited to 'arch/arm/mach-omap2/prm44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/prm44xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm44xx.c b/arch/arm/mach-omap2/prm44xx.c index 408c64efb807..a08a617a6c11 100644 --- a/arch/arm/mach-omap2/prm44xx.c +++ b/arch/arm/mach-omap2/prm44xx.c | |||
@@ -712,7 +712,7 @@ int __init omap44xx_prm_init(void) | |||
712 | return prm_register(&omap44xx_prm_ll_data); | 712 | return prm_register(&omap44xx_prm_ll_data); |
713 | } | 713 | } |
714 | 714 | ||
715 | static struct of_device_id omap_prm_dt_match_table[] = { | 715 | static const struct of_device_id omap_prm_dt_match_table[] = { |
716 | { .compatible = "ti,omap4-prm" }, | 716 | { .compatible = "ti,omap4-prm" }, |
717 | { .compatible = "ti,omap5-prm" }, | 717 | { .compatible = "ti,omap5-prm" }, |
718 | { .compatible = "ti,dra7-prm" }, | 718 | { .compatible = "ti,dra7-prm" }, |