diff options
Diffstat (limited to 'include/asm-powerpc/pci-bridge.h')
-rw-r--r-- | include/asm-powerpc/pci-bridge.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index 223ec7bd81da..89e73fcd58bb 100644 --- a/include/asm-powerpc/pci-bridge.h +++ b/include/asm-powerpc/pci-bridge.h | |||
@@ -140,6 +140,9 @@ static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus) | |||
140 | return PCI_DN(busdn)->phb; | 140 | return PCI_DN(busdn)->phb; |
141 | } | 141 | } |
142 | 142 | ||
143 | extern struct pci_controller* | ||
144 | pci_find_hose_for_OF_device(struct device_node* node); | ||
145 | |||
143 | extern struct pci_controller * | 146 | extern struct pci_controller * |
144 | pcibios_alloc_controller(struct device_node *dev); | 147 | pcibios_alloc_controller(struct device_node *dev); |
145 | extern void pcibios_free_controller(struct pci_controller *phb); | 148 | extern void pcibios_free_controller(struct pci_controller *phb); |