mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-06 11:19:56 +00:00
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: Bjorn Helgaas <bhelgaas@google.com> CC: Michal Simek <monstr@monstr.eu> CC: microblaze-uclinux@itee.uq.edu.au
This commit is contained in:
parent
3eb03bdbae
commit
cd3183ba22
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user