PCI: Add "weak" generic pcibios_enable_device() implementation
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 26 Feb 2014 18:26:00 +0000 (11:26 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 19 Mar 2014 21:00:14 +0000 (15:00 -0600)
commit8a9d56097c142d0716234eb1cf7c8150c6dc1588
tree9fccf9a701102d04d5fd02b2d3ca8b3d677edbab
parent3cedcc3621289d41bd21c5dbe0b886d57c83a1ea
PCI: Add "weak" generic pcibios_enable_device() implementation

Many architectures implement pcibios_enable_device() the same way, so
provide a default implementation in the core.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c