]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/platforms/82xx/pq2.c
[POWERPC] pci_controller->arch_data really is a struct device_node *
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / 82xx / pq2.c
index a497cbaa1ac5ad7ba76db0d2a0890fe47b2171d9..11d1db8bb09154b3742226aef0d3b4094d6f11df 100644 (file)
@@ -59,7 +59,7 @@ static void __init pq2_pci_add_bridge(struct device_node *np)
        if (!hose)
                return;
 
-       hose->arch_data = np;
+       hose->dn = np;
 
        setup_indirect_pci(hose, r.start + 0x100, r.start + 0x104, 0);
        pci_process_bridge_OF_ranges(hose, np, 1);