From: Bjorn Helgaas Date: Thu, 28 Aug 2014 17:59:41 +0000 (-0600) Subject: ACPI / hotplug / PCI: Remove pci_configure_slot() usage X-Git-Tag: fixes-against-v3.18-rc2~139^2~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ee57326c9ca612436bd6c98258942d57063c98;p=pandora-kernel.git 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 Acked-by: Yinghai Lu --- Reading git-diff-tree failed