From: Bjorn Helgaas Date: Fri, 12 Sep 2014 21:23:14 +0000 (-0600) Subject: PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.c X-Git-Tag: fixes-against-v3.18-rc2~139^2~11^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce90ea5c0d512ff66693b238167b56dbaef786b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed