From: Myron Stowe Date: Tue, 26 Jun 2012 03:30:57 +0000 (-0600) Subject: PCI: pull pcibios_setup() up into core X-Git-Tag: v3.6-rc1~112^2~10^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b6f2c3520124e8bad4bffa71f5b98e602b9cf03;p=pandora-kernel.git PCI: pull pcibios_setup() up into core Currently, all of the architectures implement their own pcibios_setup() routine. Most of the implementations do nothing so this patch introduces a generic (__weak) routine in the core that can be used by all architectures as a default. If necessary, it can be overridden by architecture-specific code. Signed-off-by: Myron Stowe Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed