From: Linas Vepstas Date: Fri, 4 Nov 2005 00:52:01 +0000 (-0600) Subject: [PATCH] powerpc: make pcibios_claim_one_bus available to other code X-Git-Tag: v2.6.16-rc1~666^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=facf07870b6103b8f9b6c872e3cb1032c5185d0b;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed