ACPI / hotplug / PCI: Remove pci_configure_slot() usage
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 28 Aug 2014 17:59:41 +0000 (11:59 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 13 Sep 2014 02:09:50 +0000 (20:09 -0600)
commit81ee57326c9ca612436bd6c98258942d57063c98
treea6fdb05d8add6140712a921441f94802581ad375
parentb40716630375ec1bf9fe0c3534da4329663c5459
ACPI / hotplug / PCI: Remove pci_configure_slot() usage

We now configure each PCI device as it is enumerated, in pci_device_add(),
so remove the configuration done in acpiphp.

That configuration, in pci_configure_device(), does not include the
MPS/MRRS configuration done by pcie_bus_configure_settings(), so keep
that here.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
drivers/pci/hotplug/acpiphp_glue.c