[POWERPC] pci_controller->arch_data really is a struct device_node *
[pandora-kernel.git] / arch / powerpc / platforms / maple / pci.c
index 771ed0c..3ffa0ac 100644 (file)
@@ -558,7 +558,7 @@ void __init maple_pci_init(void)
         * safe assumptions hopefully.
         */
        if (u3_agp) {
-               struct device_node *np = u3_agp->arch_data;
+               struct device_node *np = u3_agp->dn;
                PCI_DN(np)->busno = 0xf0;
                for (np = np->child; np; np = np->sibling)
                        PCI_DN(np)->busno = 0xf0;