commit | 81ee57326c9ca612436bd6c98258942d57063c98 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 28 11:59:41 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 12 20:09:50 2014 -0600 |
tree | a6fdb05d8add6140712a921441f94802581ad375 | |
parent | b40716630375ec1bf9fe0c3534da4329663c5459 [diff] |
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>