PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()
authorLinas Vepstas <linas@austin.ibm.com>
Fri, 13 Apr 2007 22:34:20 +0000 (15:34 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 May 2007 02:02:40 +0000 (19:02 -0700)
commitfea54b8cc9c8290b4c99d481c3e600c46eb18fd5
tree9d765bd042c3022949b6ea88dfb464834e9d1408
parent6f79eb749df7f1eea76c947f31603ade7d2b5f6d
PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()

Rename rpaphp_register_pci_slot() because its easy to confuse
with  rpaphp_register_slot() even though it does something
completely different. Rename it to rpaphp_enable_slot() because
its almost identical to enbale_slot().

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: John Rose <johnrose@austin.ibm.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/rpaphp.h
drivers/pci/hotplug/rpaphp_core.c
drivers/pci/hotplug/rpaphp_pci.c