Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17856
b: refs/heads/master
c: af9deab
h: refs/heads/master
v: v3
  • Loading branch information
linas authored and Paul Mackerras committed Jan 11, 2006
1 parent ac0799b commit 767401d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad2b2426bb8dce97827182946e33e7f7ff0afbce
refs/heads/master: af9deabeb0298559227fd9b481d33aefcb15ca54
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kernel/pci_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ void __devinit pcibios_claim_one_bus(struct pci_bus *b)
list_for_each_entry(child_bus, &b->children, node)
pcibios_claim_one_bus(child_bus);
}
#ifdef CONFIG_HOTPLUG
EXPORT_SYMBOL_GPL(pcibios_claim_one_bus);
#endif

#ifndef CONFIG_PPC_ISERIES
static void __init pcibios_claim_of_setup(void)
Expand Down

0 comments on commit 767401d

Please sign in to comment.