aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorMyron Stowe <myron.stowe@redhat.com>2012-06-25 21:32:19 -0600
committerBjorn Helgaas <bhelgaas@google.com>2012-07-05 15:09:13 -0600
commit7477dc291b5618da02e2aee388e3a4815c90906f (patch)
tree3395333ec1ec015c1bb33b800320505fce104ae3 /arch/tile
parentsparc/PCI: factor out pcibios_setup() (diff)
downloadlinux-dev-7477dc291b5618da02e2aee388e3a4815c90906f.tar.xz
linux-dev-7477dc291b5618da02e2aee388e3a4815c90906f.zip
tile/PCI: factor out pcibios_setup()
The PCI core provides a generic pcibios_setup() routine. Drop this architecture-specific version in favor of that. Acked-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Myron Stowe <myron.stowe@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/kernel/pci.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c
index b56d12bf5900..e25722658c14 100644
--- a/arch/tile/kernel/pci.c
+++ b/arch/tile/kernel/pci.c
@@ -401,16 +401,6 @@ void pcibios_set_master(struct pci_dev *dev)
}
/*
- * This can be called from the generic PCI layer, but doesn't need to
- * do anything.
- */
-char __devinit *pcibios_setup(char *str)
-{
- /* Nothing needs to be done. */
- return str;
-}
-
-/*
* This is called from the generic Linux layer.
*/
void __devinit pcibios_update_irq(struct pci_dev *dev, int irq)