[PATCH] PCI Hotplug: rpaphp: Export slot enable
authorJohn Rose <johnrose@austin.ibm.com>
Mon, 25 Jul 2005 15:16:58 +0000 (10:16 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 21:57:23 +0000 (14:57 -0700)
commit940903c5a5a906c622a79b3101586deb1a1b3480
tree9bdeaf31e715e6f59f4202e7e8552df6bc794d94
parent0945cd5f908a09ad99bf42d7ded16f26f24f317d
[PATCH] PCI Hotplug: rpaphp: Export slot enable

This patch exports rpaphp_config_pci_adapter() for use by the rpadlpar
module.  It also changes this function by removing any dependencies on
struct slot.  The patch also changes the RPA DLPAR-add path to enable
newly-added slots in a separate step from that which registers them as
hotplug slots.

Signed-off-by: John Rose <johnrose@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/rpadlpar_core.c
drivers/pci/hotplug/rpaphp.h
drivers/pci/hotplug/rpaphp_pci.c