powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / platforms / 8xx / mpc86xads_setup.c
index 63084640c5c5af872aba11a94979324cec02ccd6..78180c5e73ffc293f9122d147a3981194ff6574e 100644 (file)
@@ -122,7 +122,7 @@ static int __init mpc86xads_probe(void)
        return of_flat_dt_is_compatible(root, "fsl,mpc866ads");
 }
 
-static struct of_device_id __initdata of_bus_ids[] = {
+static const struct of_device_id of_bus_ids[] __initconst = {
        { .name = "soc", },
        { .name = "cpm", },
        { .name = "localbus", },
This page took 0.043083 seconds and 5 git commands to generate.