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