[PATCH 2/2] PCI Hotplug/powerpc: more removal of duplicated code
Olaf Hering
olh at suse.de
Wed Jan 11 01:19:25 EST 2006
On Thu, Dec 01, Linas Vepstas wrote:
> 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.
The generic functions are not exported. Current Linus tree gives, with
arch/powerpc/configs/ppc64_defconfig:
2.6.15-git6/kernel/drivers/pci/hotplug/rpaphp.ko needs unknown symbol pci_claim_resource
2.6.15-git6/kernel/drivers/pci/hotplug/rpadlpar_io.ko needs unknown symbol pcibios_claim_one_bus
--
short story of a lazy sysadmin:
alias appserv=wotan
More information about the Linuxppc64-dev
mailing list