PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.c
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Sep 2014 21:23:14 +0000 (15:23 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 13 Sep 2014 02:01:27 +0000 (20:01 -0600)
commit9ce90ea5c0d512ff66693b238167b56dbaef786b
tree7cc4ddf40415114108f1a8b1a0e78ef150bfb645
parent1197ba22c57df96bf3cac0bb2a936fb695370f35
PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.c

Move pci_get_hp_params() and related functions from
drivers/pci/hotplug/acpi_pcihp.c to drivers/pci/pci-acpi.c.

Previously, pci_get_hp_params() was used only by hotplug drivers.  But
future changes will move this into the normal device enumeration process,
so it will be used even when CONFIG_HOTPLUG_PCI is not set.

No functional change.

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