PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 8 May 2007 02:03:07 +0000 (12:03 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:02:07 +0000 (16:02 -0700)
commit575e3348cb80c3265278756778d5091d5ca4efbf
tree2d6d3f25f5170ac7a2da2351ee3b7e8ca5a33552
parentd556ad4bbe75faf17b239e151a9f003322b2e851
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()

I'm not sure if this is going to fly, weak symbols work on the compilers I'm
using, but whether they work for all of the affected architectures I can't say.
I've cc'ed as many arch maintainers/lists as I could find.

But assuming they do, we can use a weak empty definition of
pcibios_add_platform_entries() to avoid having an empty definition on every
arch.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
23 files changed:
arch/ppc/kernel/pci.c
drivers/pci/pci-sysfs.c
include/asm-alpha/pci.h
include/asm-arm/pci.h
include/asm-cris/pci.h
include/asm-frv/pci.h
include/asm-h8300/pci.h
include/asm-i386/pci.h
include/asm-ia64/pci.h
include/asm-m68k/pci.h
include/asm-m68knommu/pci.h
include/asm-mips/pci.h
include/asm-parisc/pci.h
include/asm-powerpc/pci.h
include/asm-ppc/pci.h
include/asm-sh/pci.h
include/asm-sh64/pci.h
include/asm-sparc/pci.h
include/asm-sparc64/pci.h
include/asm-v850/pci.h
include/asm-x86_64/pci.h
include/asm-xtensa/pci.h
include/linux/pci.h