From: Michal Simek Date: Mon, 16 Aug 2010 08:31:54 +0000 (+0200) Subject: microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_node X-Git-Tag: v3.0~3567^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=088ab302f23bfc8abfaada32506d02d64a637b23;p=platform%2Fkernel%2Flinux-amlogic.git 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 Signed-off-by: Grant Likely --- diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c index 23be25f..6ca8531a 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) struct dev_archdata *sd = &dev->dev.archdata; /* Setup OF node pointer in archdata */ - sd->of_node = pci_device_to_OF_node(dev); + dev->dev.of_node = pci_device_to_OF_node(dev); /* Fixup NUMA node as it may not be setup yet by the generic * code and is needed by the DMA init