[PATCH 2/2] PCI Hotplug/powerpc: more removal of duplicated code
    John Rose 
    johnrose at austin.ibm.com
       
    Sat Dec  3 07:11:41 EST 2005
    
    
  
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 <linas at austin.ibm.com>
Acked-by: John Rose <johnrose at austin.ibm.com>
    
    
More information about the Linuxppc64-dev
mailing list