[2.6 patch] remove additional pci_scan_child_bus() prototype

From: Adrian Bunk
Date: Fri Nov 09 2007 - 01:03:34 EST


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@xxxxxxxxxx>

---
23fdba3eb3ed7b531fbe005a810d10679b113d2e
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index de33a02..4b73d57 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -486,8 +486,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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/