]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: Move pci_rescan_bus() back to probe.c
authorYinghai Lu <yinghai@kernel.org>
Tue, 30 Oct 2012 20:31:21 +0000 (14:31 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 3 Nov 2012 22:20:07 +0000 (16:20 -0600)
commita5213a3194f73cd29c68128d1540ce81f03ba7b9
treedd0259c3ad89271cc308a3404ca33f5fe071ee13
parent1778794031aae75d4464904319d320edc3e77d39
PCI: Move pci_rescan_bus() back to probe.c

We have pci_assign_unassigned_bus_resources() in as global function now.

Move pci_rescan_bus() back to probe.c where it should be.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c
drivers/pci/setup-bus.c