diff options
Diffstat (limited to 'arch/powerpc/include/asm/pci-bridge.h')
-rw-r--r-- | arch/powerpc/include/asm/pci-bridge.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h index 2dfa8a3d8c76..fa8b3b724438 100644 --- a/arch/powerpc/include/asm/pci-bridge.h +++ b/arch/powerpc/include/asm/pci-bridge.h | |||
@@ -241,9 +241,6 @@ extern void pcibios_remove_pci_devices(struct pci_bus *bus); | |||
241 | 241 | ||
242 | /** Discover new pci devices under this bus, and add them */ | 242 | /** Discover new pci devices under this bus, and add them */ |
243 | extern void pcibios_add_pci_devices(struct pci_bus *bus); | 243 | extern void pcibios_add_pci_devices(struct pci_bus *bus); |
244 | extern void pcibios_fixup_new_pci_devices(struct pci_bus *bus); | ||
245 | |||
246 | extern int pcibios_remove_root_bus(struct pci_controller *phb); | ||
247 | 244 | ||
248 | static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus) | 245 | static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus) |
249 | { | 246 | { |