From: linas@austin.ibm.com Date: Fri, 2 Dec 2005 00:59:58 +0000 (-0600) Subject: [PATCH] PCI Hotplug/powerpc: more removal of duplicated code X-Git-Tag: v2.6.16-rc1~654^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd5b50be8d8e8e6170da3a261fc625fd603f9dc4;p=pandora-kernel.git [PATCH] PCI Hotplug/powerpc: more removal of duplicated code 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 (there is a minor, non-functional difference) rpadlpar_claim_one_bus == pcibios_claim_one_bus (the code is identical) This patch removes the rpaphp versions of the code. Signed-off-by: Linas Vepstas Acked-by: John Rose Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed