From: Bjorn Helgaas Date: Thu, 28 Aug 2014 18:13:51 +0000 (-0600) Subject: PCI: pciehp: Remove pci_configure_slot() usage X-Git-Tag: fixes-against-v3.18-rc2~139^2~11^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77094fb342eda5fbfa5ef77dea8a423fa2b9d10b;p=pandora-kernel.git PCI: pciehp: 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 pciehp. 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