|
@@ -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
|