powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / platforms / 86xx / gef_sbc310.c
index 8a6ac20686ea2b0218c89059521788b7377a0ad9..8facf5873866ad94e583cdae37ad42b6573a4d3a 100644 (file)
@@ -200,7 +200,7 @@ static long __init mpc86xx_time_init(void)
        return 0;
 }
 
-static __initdata struct of_device_id of_bus_ids[] = {
+static const struct of_device_id of_bus_ids[] __initconst = {
        { .compatible = "simple-bus", },
        { .compatible = "gianfar", },
        { .compatible = "fsl,mpc8641-pcie", },
This page took 0.024063 seconds and 5 git commands to generate.