• B
    PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.c · 9ce90ea5
    Bjorn Helgaas 提交于
    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: NBjorn Helgaas <bhelgaas@google.com>
    9ce90ea5
pci-acpi.c 15.4 KB