projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a9d560
)
alpha/PCI: Use default pcibios_enable_device()
author
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 26 Feb 2014 18:26:01 +0000
(11:26 -0700)
committer
Bjorn 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/alpha/kernel/pci.c
b/arch/alpha/kernel/pci.c
index edb4e0097b75eff056ea89d37146ec2fe77eadc7..076c35cd6cde7c2d782a46fe3942b8962369230e 100644
(file)
--- 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