powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / misc.c
index 125336f750c6969273d70d09e0eeefc39cb5a0c5..ef9d01a049c16755ddf2616f4a9babfec0867de5 100644 (file)
@@ -114,7 +114,7 @@ void __init mpc83xx_ipic_and_qe_init_IRQ(void)
 }
 #endif /* CONFIG_QUICC_ENGINE */
 
-static struct of_device_id __initdata of_bus_ids[] = {
+static const struct of_device_id of_bus_ids[] __initconst = {
        { .type = "soc", },
        { .compatible = "soc", },
        { .compatible = "simple-bus" },
This page took 0.026273 seconds and 5 git commands to generate.