From: Adrian Bunk Date: Wed, 21 Nov 2007 23:07:12 +0000 (-0800) Subject: PCI: remove additional pci_scan_child_bus() prototype X-Git-Tag: v2.6.25-rc1~1074^2~47 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=943e6c0d5cb88453210747d9042d4a8f92ee2974;p=~emulex%2Finfiniband.git PCI: remove additional pci_scan_child_bus() prototype There's already a prototype for pci_scan_child_bus() at the correct place in pci.h, so there's no reason for an additional one. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index d8e32e11163..93c7f35db5d 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -471,8 +471,6 @@ static void pci_fixup_parent_subordinate_busnr(struct pci_bus *child, int max) } } -unsigned int pci_scan_child_bus(struct pci_bus *bus); - /* * If it's a bridge, configure it and scan the bus behind it. * For CardBus bridges, we don't scan behind as the devices will