diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2014-02-26 22:26:01 +0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-03-20 01:00:14 +0400 |
commit | 3eb03bdbaeeb98331ab0582e023c2e57b42944f0 (patch) | |
tree | 79d8181a6096e83a617c6e94c89389ad7dad0be0 /arch/alpha | |
parent | 8a9d56097c142d0716234eb1cf7c8150c6dc1588 (diff) | |
download | linux-3eb03bdbaeeb98331ab0582e023c2e57b42944f0.tar.xz |
alpha/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: linux-alpha@vger.kernel.org
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/pci.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/alpha/kernel/pci.c b/arch/alpha/kernel/pci.c index edb4e0097b75..076c35cd6cde 100644 --- a/arch/alpha/kernel/pci.c +++ b/arch/alpha/kernel/pci.c @@ -254,12 +254,6 @@ void pcibios_fixup_bus(struct pci_bus *bus) } } -int -pcibios_enable_device(struct pci_dev *dev, int mask) -{ - return pci_enable_resources(dev, mask); -} - /* * If we set up a device for bus mastering, we need to check the latency * timer as certain firmware forgets to set it properly, as seen |