PCI: remove additional pci_scan_child_bus() prototype
authorAdrian Bunk <bunk@kernel.org>
Wed, 21 Nov 2007 23:07:12 +0000 (15:07 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 23:04:21 +0000 (15:04 -0800)
commit943e6c0d5cb88453210747d9042d4a8f92ee2974
tree3356d994243ffec899f46903fec0d2f50cca98a0
parentb73e96878d5d57605aeea89068c8dacd568f5e7e
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>
drivers/pci/probe.c