From a54f37d3fd5c7bcaca638426bbac8a8c80c87214 Mon Sep 17 00:00:00 2001 From: Thomas 'Dent' Mirlacher Date: Sun, 14 Jul 2002 22:59:49 -0700 Subject: [PATCH] [PATCH] redundant declarations (#3_15) this patch fixes redundant declarations in 2.5.24 --- drivers/pci/probe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 75b84219d66b..94154ddf502b 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -252,8 +252,6 @@ struct pci_bus * __devinit pci_add_new_bus(struct pci_bus *parent, struct pci_de return child; } -unsigned int __devinit pci_do_scan_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 -- 2.39.5