alpha/PCI: Use default pcibios_enable_device()
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 26 Feb 2014 18:26:01 +0000 (11:26 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 19 Mar 2014 21:00:14 +0000 (15:00 -0600)
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
arch/alpha/kernel/pci.c

index edb4e0097b75eff056ea89d37146ec2fe77eadc7..076c35cd6cde7c2d782a46fe3942b8962369230e 100644 (file)
@@ -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