Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 088ab302 authored by Michal Simek's avatar Michal Simek Committed by Grant Likely
Browse files

microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_node



Commit 58f9b0b0 should
contain this fix too.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent a8dcb878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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