ARM: OMAP2+: make of_device_ids const
[cascardo/linux.git] / arch / arm / mach-omap2 / prm_common.c
index 76ca320..74054b8 100644 (file)
@@ -467,7 +467,7 @@ int prm_unregister(struct prm_ll_data *pld)
        return 0;
 }
 
-static struct of_device_id omap_prcm_dt_match_table[] = {
+static const struct of_device_id omap_prcm_dt_match_table[] = {
        { .compatible = "ti,am3-prcm" },
        { .compatible = "ti,am3-scrm" },
        { .compatible = "ti,am4-prcm" },