]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd9f9f57239dc87e9adcce2bd86a5e360575db542
tree3356d994243ffec899f46903fec0d2f50cca98a0
parentafcb2e0ed7df81b687dd0fa15d6a98dd9ca53e6e
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