aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/pci.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2014-02-26 11:26:01 -0700
committerBjorn Helgaas <bhelgaas@google.com>2014-03-19 15:00:14 -0600
commit3eb03bdbaeeb98331ab0582e023c2e57b42944f0 (patch)
tree79d8181a6096e83a617c6e94c89389ad7dad0be0 /arch/alpha/kernel/pci.c
parentPCI: Add "weak" generic pcibios_enable_device() implementation (diff)
downloadlinux-dev-3eb03bdbaeeb98331ab0582e023c2e57b42944f0.tar.xz
linux-dev-3eb03bdbaeeb98331ab0582e023c2e57b42944f0.zip
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/kernel/pci.c')
-rw-r--r--arch/alpha/kernel/pci.c6
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