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

Commit 3a6fc2fb authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

sh/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: Paul Mundt <lethal@linux-sh.org>
CC: linux-sh@vger.kernel.org
parent cd3183ba
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -186,11 +186,6 @@ resource_size_t pcibios_align_resource(void *data, const struct resource *res,
	return start;
	return start;
}
}


int pcibios_enable_device(struct pci_dev *dev, int mask)
{
	return pci_enable_resources(dev, mask);
}

static void __init
static void __init
pcibios_bus_report_status_early(struct pci_channel *hose,
pcibios_bus_report_status_early(struct pci_channel *hose,
				int top_bus, int current_bus,
				int top_bus, int current_bus,