diff options
Diffstat (limited to 'drivers/pci/hotplug/rpadlpar_core.c')
-rw-r--r-- | drivers/pci/hotplug/rpadlpar_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index 15e853e5e68..d3aa9df1acd 100644 --- a/drivers/pci/hotplug/rpadlpar_core.c +++ b/drivers/pci/hotplug/rpadlpar_core.c | |||
@@ -227,7 +227,7 @@ static int dlpar_remove_phb(char *drc_name, struct device_node *dn) | |||
227 | slot = find_slot(dn); | 227 | slot = find_slot(dn); |
228 | if (slot) { | 228 | if (slot) { |
229 | /* Remove hotplug slot */ | 229 | /* Remove hotplug slot */ |
230 | if (rpaphp_remove_slot(slot)) { | 230 | if (rpaphp_deregister_slot(slot)) { |
231 | printk(KERN_ERR | 231 | printk(KERN_ERR |
232 | "%s: unable to remove hotplug slot %s\n", | 232 | "%s: unable to remove hotplug slot %s\n", |
233 | __FUNCTION__, drc_name); | 233 | __FUNCTION__, drc_name); |
@@ -373,7 +373,7 @@ int dlpar_remove_pci_slot(char *drc_name, struct device_node *dn) | |||
373 | slot = find_slot(dn); | 373 | slot = find_slot(dn); |
374 | if (slot) { | 374 | if (slot) { |
375 | /* Remove hotplug slot */ | 375 | /* Remove hotplug slot */ |
376 | if (rpaphp_remove_slot(slot)) { | 376 | if (rpaphp_deregister_slot(slot)) { |
377 | printk(KERN_ERR | 377 | printk(KERN_ERR |
378 | "%s: unable to remove hotplug slot %s\n", | 378 | "%s: unable to remove hotplug slot %s\n", |
379 | __FUNCTION__, drc_name); | 379 | __FUNCTION__, drc_name); |