powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / platforms / 40x / walnut.c
index 8b691df72f745232b85a349b702c4a72d6869288..f7ac2d0fcb4461023371b08d3ab67e2770b33a47 100644 (file)
@@ -28,7 +28,7 @@
 #include <asm/pci-bridge.h>
 #include <asm/ppc4xx.h>
 
-static __initdata struct of_device_id walnut_of_bus[] = {
+static const struct of_device_id walnut_of_bus[] __initconst = {
        { .compatible = "ibm,plb3", },
        { .compatible = "ibm,opb", },
        { .compatible = "ibm,ebc", },
This page took 0.024568 seconds and 5 git commands to generate.