|
@@ -1294,11 +1294,6 @@ void pcibios_finish_adding_to_bus(struct pci_bus *bus)
|
|
|
}
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(pcibios_finish_adding_to_bus);
|
|
EXPORT_SYMBOL_GPL(pcibios_finish_adding_to_bus);
|
|
|
|
|
|
|
|
-int pcibios_enable_device(struct pci_dev *dev, int mask)
|
|
|
|
|
-{
|
|
|
|
|
- return pci_enable_resources(dev, mask);
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
static void pcibios_setup_phb_resources(struct pci_controller *hose,
|
|
static void pcibios_setup_phb_resources(struct pci_controller *hose,
|
|
|
struct list_head *resources)
|
|
struct list_head *resources)
|
|
|
{
|
|
{
|