|
@@ -1040,20 +1040,6 @@ unsigned int pci_scan_child_bus(struct pci_bus *bus)
|
|
return max;
|
|
return max;
|
|
}
|
|
}
|
|
|
|
|
|
-unsigned int __devinit pci_do_scan_bus(struct pci_bus *bus)
|
|
|
|
-{
|
|
|
|
- unsigned int max;
|
|
|
|
-
|
|
|
|
- max = pci_scan_child_bus(bus);
|
|
|
|
-
|
|
|
|
- /*
|
|
|
|
- * Make the discovered devices available.
|
|
|
|
- */
|
|
|
|
- pci_bus_add_devices(bus);
|
|
|
|
-
|
|
|
|
- return max;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
struct pci_bus * pci_create_bus(struct device *parent,
|
|
struct pci_bus * pci_create_bus(struct device *parent,
|
|
int bus, struct pci_ops *ops, void *sysdata)
|
|
int bus, struct pci_ops *ops, void *sysdata)
|
|
{
|
|
{
|
|
@@ -1140,7 +1126,6 @@ EXPORT_SYMBOL(pci_scan_bus_parented);
|
|
|
|
|
|
#ifdef CONFIG_HOTPLUG
|
|
#ifdef CONFIG_HOTPLUG
|
|
EXPORT_SYMBOL(pci_add_new_bus);
|
|
EXPORT_SYMBOL(pci_add_new_bus);
|
|
-EXPORT_SYMBOL(pci_do_scan_bus);
|
|
|
|
EXPORT_SYMBOL(pci_scan_slot);
|
|
EXPORT_SYMBOL(pci_scan_slot);
|
|
EXPORT_SYMBOL(pci_scan_bridge);
|
|
EXPORT_SYMBOL(pci_scan_bridge);
|
|
EXPORT_SYMBOL_GPL(pci_scan_child_bus);
|
|
EXPORT_SYMBOL_GPL(pci_scan_child_bus);
|