From e0f416e217fcc76086af922a6196c774c5ec7e06 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 30 Apr 2009 03:10:13 +0000 Subject: [PATCH] --- yaml --- r: 149647 b: refs/heads/master c: 95272262aa43a85ad134c2ceeacb28e8b755ede1 h: refs/heads/master i: 149645: 74014cf2fe8b8ad22ac2d1bdc4c3fa7810fc9c51 149643: 5e53c097e0f053e4bec7d1067439208afed2fcdb 149639: 0fda1f5d4091dc18ca41cb0460f526a58bd99564 149631: 4ba4dac9589fab8357130f0341a58d465727fc23 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/powermac/setup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 01190e86e50a..54ceae4722a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bccd6f73f0a81b91655ab63d09bd60f7fbb3231b +refs/heads/master: 95272262aa43a85ad134c2ceeacb28e8b755ede1 diff --git a/trunk/arch/powerpc/platforms/powermac/setup.c b/trunk/arch/powerpc/platforms/powermac/setup.c index 45936c9ed0ec..86f69a4eb49b 100644 --- a/trunk/arch/powerpc/platforms/powermac/setup.c +++ b/trunk/arch/powerpc/platforms/powermac/setup.c @@ -655,7 +655,7 @@ static int __init pmac_probe(void) /* Move that to pci.c */ static int pmac_pci_probe_mode(struct pci_bus *bus) { - struct device_node *node = bus->sysdata; + struct device_node *node = pci_bus_to_OF_node(bus); /* We need to use normal PCI probing for the AGP bus, * since the device for the AGP bridge isn't in the tree.