diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2014-02-26 13:26:01 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-03-19 17:00:14 -0400 |
| commit | 3eb03bdbaeeb98331ab0582e023c2e57b42944f0 (patch) | |
| tree | 79d8181a6096e83a617c6e94c89389ad7dad0be0 /arch/alpha/kernel | |
| parent | 8a9d56097c142d0716234eb1cf7c8150c6dc1588 (diff) | |
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')
| -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) | |||
| 254 | } | 254 | } |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | int | ||
| 258 | pcibios_enable_device(struct pci_dev *dev, int mask) | ||
| 259 | { | ||
| 260 | return pci_enable_resources(dev, mask); | ||
| 261 | } | ||
| 262 | |||
| 263 | /* | 257 | /* |
| 264 | * If we set up a device for bus mastering, we need to check the latency | 258 | * If we set up a device for bus mastering, we need to check the latency |
| 265 | * timer as certain firmware forgets to set it properly, as seen | 259 | * timer as certain firmware forgets to set it properly, as seen |
