powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / platforms / 40x / ep405.c
index b0389bbe4f94328206eb00bf4d384e6c9c9fbc93..ddc12a1926ef0a189dc7e7d591c87cf5b80cbf2b 100644 (file)
@@ -49,7 +49,7 @@ static void __iomem *bcsr_regs;
 /* there's more, can't be bothered typing them tho */
 
 
-static __initdata struct of_device_id ep405_of_bus[] = {
+static const struct of_device_id ep405_of_bus[] __initconst = {
        { .compatible = "ibm,plb3", },
        { .compatible = "ibm,opb", },
        { .compatible = "ibm,ebc", },
This page took 0.025486 seconds and 5 git commands to generate.