diff options
Diffstat (limited to 'drivers/pci/hotplug/rpadlpar_core.c')
-rw-r--r-- | drivers/pci/hotplug/rpadlpar_core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index cc03609f45d0..0173641c4149 100644 --- a/drivers/pci/hotplug/rpadlpar_core.c +++ b/drivers/pci/hotplug/rpadlpar_core.c | |||
@@ -154,7 +154,8 @@ static struct pci_dev *dlpar_pci_add_bus(struct device_node *dn) | |||
154 | struct pci_controller *phb = pdn->phb; | 154 | struct pci_controller *phb = pdn->phb; |
155 | struct pci_dev *dev = NULL; | 155 | struct pci_dev *dev = NULL; |
156 | 156 | ||
157 | rpaphp_eeh_init_nodes(dn); | 157 | eeh_add_device_tree_early(dn); |
158 | |||
158 | /* Add EADS device to PHB bus, adding new entry to bus->devices */ | 159 | /* Add EADS device to PHB bus, adding new entry to bus->devices */ |
159 | dev = of_create_pci_dev(dn, phb->bus, pdn->devfn); | 160 | dev = of_create_pci_dev(dn, phb->bus, pdn->devfn); |
160 | if (!dev) { | 161 | if (!dev) { |