diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-12-09 22:33:21 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-10 21:42:37 -0500 |
commit | 44ef339073f67d4abcc62ae52a5fbc069d7a4d29 (patch) | |
tree | f7d8dab47b9822bbd22a399f24a3e24d10f96621 /arch/powerpc/platforms/maple | |
parent | 6207e81695c1a64ebed668f26106f3384ad2323a (diff) |
[POWERPC] pci_controller->arch_data really is a struct device_node *
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/maple')
-rw-r--r-- | arch/powerpc/platforms/maple/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/maple/pci.c b/arch/powerpc/platforms/maple/pci.c index 771ed0cf29a5..3ffa0ac170ee 100644 --- a/arch/powerpc/platforms/maple/pci.c +++ b/arch/powerpc/platforms/maple/pci.c | |||
@@ -558,7 +558,7 @@ void __init maple_pci_init(void) | |||
558 | * safe assumptions hopefully. | 558 | * safe assumptions hopefully. |
559 | */ | 559 | */ |
560 | if (u3_agp) { | 560 | if (u3_agp) { |
561 | struct device_node *np = u3_agp->arch_data; | 561 | struct device_node *np = u3_agp->dn; |
562 | PCI_DN(np)->busno = 0xf0; | 562 | PCI_DN(np)->busno = 0xf0; |
563 | for (np = np->child; np; np = np->sibling) | 563 | for (np = np->child; np; np = np->sibling) |
564 | PCI_DN(np)->busno = 0xf0; | 564 | PCI_DN(np)->busno = 0xf0; |