aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-08-16 04:31:54 -0400
committerGrant Likely <grant.likely@secretlab.ca>2010-08-16 16:55:48 -0400
commit088ab302f23bfc8abfaada32506d02d64a637b23 (patch)
treee98e914cd497e530580638d642d296cf2653a750 /arch/microblaze
parenta8dcb878b628203f917c50b0268bba7fd146d9c0 (diff)
microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_node
Commit 58f9b0b02414062eaff46716bc04b47d7e79add5 should contain this fix too. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/pci/pci-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c
index 23be25fec4d..6ca8531a539 100644
--- a/arch/microblaze/pci/pci-common.c
+++ b/arch/microblaze/pci/pci-common.c
@@ -1077,7 +1077,7 @@ void __devinit pcibios_setup_bus_devices(struct pci_bus *bus)
1077 struct dev_archdata *sd = &dev->dev.archdata; 1077 struct dev_archdata *sd = &dev->dev.archdata;
1078 1078
1079 /* Setup OF node pointer in archdata */ 1079 /* Setup OF node pointer in archdata */
1080 sd->of_node = pci_device_to_OF_node(dev); 1080 dev->dev.of_node = pci_device_to_OF_node(dev);
1081 1081
1082 /* Fixup NUMA node as it may not be setup yet by the generic 1082 /* Fixup NUMA node as it may not be setup yet by the generic
1083 * code and is needed by the DMA init 1083 * code and is needed by the DMA init