diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-21 18:07:12 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 18:04:21 -0500 |
commit | 943e6c0d5cb88453210747d9042d4a8f92ee2974 (patch) | |
tree | 3356d994243ffec899f46903fec0d2f50cca98a0 /drivers/pci | |
parent | b73e96878d5d57605aeea89068c8dacd568f5e7e (diff) |
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 <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/probe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index d8e32e111632..93c7f35db5d0 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) | |||
471 | } | 471 | } |
472 | } | 472 | } |
473 | 473 | ||
474 | unsigned int pci_scan_child_bus(struct pci_bus *bus); | ||
475 | |||
476 | /* | 474 | /* |
477 | * If it's a bridge, configure it and scan the bus behind it. | 475 | * If it's a bridge, configure it and scan the bus behind it. |
478 | * For CardBus bridges, we don't scan behind as the devices will | 476 | * For CardBus bridges, we don't scan behind as the devices will |