diff options
Diffstat (limited to 'arch/powerpc/kernel/pci_64.c')
-rw-r--r-- | arch/powerpc/kernel/pci_64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index ba21a6c4f467..24fe70f40b66 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
@@ -271,6 +271,9 @@ void __devinit pcibios_claim_one_bus(struct pci_bus *b) | |||
271 | list_for_each_entry(child_bus, &b->children, node) | 271 | list_for_each_entry(child_bus, &b->children, node) |
272 | pcibios_claim_one_bus(child_bus); | 272 | pcibios_claim_one_bus(child_bus); |
273 | } | 273 | } |
274 | #ifdef CONFIG_HOTPLUG | ||
275 | EXPORT_SYMBOL_GPL(pcibios_claim_one_bus); | ||
276 | #endif | ||
274 | 277 | ||
275 | #ifndef CONFIG_PPC_ISERIES | 278 | #ifndef CONFIG_PPC_ISERIES |
276 | static void __init pcibios_claim_of_setup(void) | 279 | static void __init pcibios_claim_of_setup(void) |