commit | 589fcc2307423d9c3856a4e2e72e1b57b6826f41 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 12 20:02:00 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 12 20:02:00 2014 -0600 |
tree | eaefc0aecc778d34e3a1519e34712539dc7b33be | |
parent | 5e3d234456e25f664e0755c23689173588f4ca9b [diff] |
PCI: Move pci_configure_slot() to drivers/pci/probe.c Move pci_configure_slot() and related functions from drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. This is to prepare for doing device configuration during the normal enumeration process instead of just after hot-add. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>