diff options
Diffstat (limited to 'include/asm-powerpc/pci-bridge.h')
-rw-r--r-- | include/asm-powerpc/pci-bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index 01132bb602e3..3d94e55f25d6 100644 --- a/include/asm-powerpc/pci-bridge.h +++ b/include/asm-powerpc/pci-bridge.h | |||
@@ -136,6 +136,7 @@ void pcibios_remove_pci_devices(struct pci_bus *bus); | |||
136 | 136 | ||
137 | /** Discover new pci devices under this bus, and add them */ | 137 | /** Discover new pci devices under this bus, and add them */ |
138 | void pcibios_add_pci_devices(struct pci_bus * bus); | 138 | void pcibios_add_pci_devices(struct pci_bus * bus); |
139 | void pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus); | ||
139 | 140 | ||
140 | extern int pcibios_remove_root_bus(struct pci_controller *phb); | 141 | extern int pcibios_remove_root_bus(struct pci_controller *phb); |
141 | 142 | ||