drivers/pci/hotplug/pcihp_slot.c
deleted100644 → 0
+0
−176
+150
−0
Loading
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>