Jelajahi Sumber

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
Bjorn Helgaas 11 tahun lalu
induk
melakukan
3eb03bdbae
1 mengubah file dengan 0 tambahan dan 6 penghapusan
  1. 0 6
      arch/alpha/kernel/pci.c

+ 0 - 6
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