Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd3183ba authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

microblaze/PCI: Use default pcibios_enable_device()



We don't need anything arch-specific in pcibios_enable_device(), so drop
the arch implementation and use the default generic one.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
CC: Michal Simek <monstr@monstr.eu>
CC: microblaze-uclinux@itee.uq.edu.au
parent 3eb03bdb
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1294,11 +1294,6 @@ void pcibios_finish_adding_to_bus(struct pci_bus *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,
					struct list_head *resources)
{