PCI: pull pcibios_setup() up into core
authorMyron Stowe <myron.stowe@redhat.com>
Tue, 26 Jun 2012 03:30:57 +0000 (21:30 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 26 Jun 2012 12:22:31 +0000 (06:22 -0600)
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 <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found