commit | 9ce90ea5c0d512ff66693b238167b56dbaef786b | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 12 15:23:14 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 12 20:01:27 2014 -0600 |
tree | 7cc4ddf40415114108f1a8b1a0e78ef150bfb645 | |
parent | 1197ba22c57df96bf3cac0bb2a936fb695370f35 [diff] |
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>