powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / platforms / 44x / ppc44x_simple.c
index 3ffb915446e39bdf74f716395a6a05f8e559c632..573c3d2689c616981186c3c083b28d73c950e1e2 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/init.h>
 #include <linux/of_platform.h>
 
-static __initdata struct of_device_id ppc44x_of_bus[] = {
+static const struct of_device_id ppc44x_of_bus[] __initconst = {
        { .compatible = "ibm,plb4", },
        { .compatible = "ibm,opb", },
        { .compatible = "ibm,ebc", },
This page took 0.041724 seconds and 5 git commands to generate.