From: Michael Ellerman Date: Tue, 8 May 2007 02:03:07 +0000 (+1000) Subject: PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() X-Git-Tag: v2.6.23-rc1~1106^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575e3348cb80c3265278756778d5091d5ca4efbf;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed