[PATCH] powerpc: make pcibios_claim_one_bus available to other code
authorLinas Vepstas <linas@linas.org>
Fri, 4 Nov 2005 00:52:01 +0000 (18:52 -0600)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:51:08 +0000 (14:51 +1100)
commitfacf07870b6103b8f9b6c872e3cb1032c5185d0b
tree30dfdaf12f69fe36186060e6a0486ce8a1853347
parente2a296eeaa344450196e910a136ab14119d7ae48
[PATCH] powerpc: make pcibios_claim_one_bus available to other code

22-rpaphp-eliminate-dupe-code.patch (parts)

The RPAPHP code contains two routines that appear to be gratuitous
copies of very similar pci code.  In particular,

   rpaphp_claim_resource ~~ pci_claim_resource
   rpadlpar_claim_one_bus == pcibios_claim_one_bus

This makes pcibios_claim_one_bus from arch/powerpc/kernel/pci_64.c
available to the RPAPHP code.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_64.c
include/asm-powerpc/pci.h