]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/platforms/40x/walnut.c
[POWERPC] 4xx: Mark of_bus structures as __initdata
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / 40x / walnut.c
index aea97017a7d4779194c1e17d796676817807f814..a968e88a58a74ddd958f017eec2b5e18422bf06a 100644 (file)
@@ -26,7 +26,7 @@
 #include <asm/uic.h>
 #include <asm/pci-bridge.h>
 
-static struct of_device_id walnut_of_bus[] = {
+static __initdata struct of_device_id walnut_of_bus[] = {
        { .compatible = "ibm,plb3", },
        { .compatible = "ibm,opb", },
        { .compatible = "ibm,ebc", },
@@ -38,7 +38,6 @@ static int __init walnut_device_probe(void)
        if (!machine_is(walnut))
                return 0;
 
-       /* FIXME: do bus probe here */
        of_platform_bus_probe(NULL, walnut_of_bus, NULL);
 
        return 0;