From: Bjorn Helgaas Date: Sat, 13 Sep 2014 02:02:00 +0000 (-0600) Subject: PCI: Move pci_configure_slot() to drivers/pci/probe.c X-Git-Tag: fixes-against-v3.18-rc2~139^2~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589fcc2307423d9c3856a4e2e72e1b57b6826f41;p=pandora-kernel.git PCI: Move pci_configure_slot() to drivers/pci/probe.c Move pci_configure_slot() and related functions from drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. This is to prepare for doing device configuration during the normal enumeration process instead of just after hot-add. No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed