diff options
author | linas@austin.ibm.com <linas@austin.ibm.com> | 2006-01-12 19:18:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-31 21:00:12 -0500 |
commit | 01657868be1c21b2b8b0e683ea24bdcc2331d522 (patch) | |
tree | dab7eb1073f9a842e558de74beb5ec75e7ced0dc /drivers/pci/hotplug/rpaphp.h | |
parent | 53044f357448693f218cc4f053affe92ed414f9d (diff) |
[PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()
The function rpaphp_find_pci_bus() has been migrated to
pcibios_find_pci_bus() in arch/powerpc/platforms/pseries/pci_dlpar.c
This patch removes the old version.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Acked-by: John Rose <johnrose@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
-rw-r--r-- | drivers/pci/hotplug/rpaphp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h index 57ea71a7bda5..b333a35dd221 100644 --- a/drivers/pci/hotplug/rpaphp.h +++ b/drivers/pci/hotplug/rpaphp.h | |||
@@ -88,13 +88,10 @@ extern int num_slots; | |||
88 | /* function prototypes */ | 88 | /* function prototypes */ |
89 | 89 | ||
90 | /* rpaphp_pci.c */ | 90 | /* rpaphp_pci.c */ |
91 | extern struct pci_bus *rpaphp_find_pci_bus(struct device_node *dn); | ||
92 | extern int rpaphp_claim_resource(struct pci_dev *dev, int resource); | ||
93 | extern int rpaphp_enable_pci_slot(struct slot *slot); | 91 | extern int rpaphp_enable_pci_slot(struct slot *slot); |
94 | extern int register_pci_slot(struct slot *slot); | 92 | extern int register_pci_slot(struct slot *slot); |
95 | extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value); | 93 | extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value); |
96 | extern void rpaphp_init_new_devs(struct pci_bus *bus); | 94 | extern void rpaphp_init_new_devs(struct pci_bus *bus); |
97 | extern void rpaphp_eeh_init_nodes(struct device_node *dn); | ||
98 | 95 | ||
99 | extern int rpaphp_config_pci_adapter(struct pci_bus *bus); | 96 | extern int rpaphp_config_pci_adapter(struct pci_bus *bus); |
100 | extern int rpaphp_unconfig_pci_adapter(struct pci_bus *bus); | 97 | extern int rpaphp_unconfig_pci_adapter(struct pci_bus *bus); |