ARM: OMAP2+: make of_device_ids const
[cascardo/linux.git] / arch / arm / mach-omap2 / board-generic.c
index 04eaccf..0b311d5 100644 (file)
@@ -27,7 +27,7 @@
 #define gic_of_init            NULL
 #endif
 
-static struct of_device_id omap_dt_match_table[] __initdata = {
+static const struct of_device_id omap_dt_match_table[] __initconst = {
        { .compatible = "simple-bus", },
        { .compatible = "ti,omap-infra", },
        { }