diff options
author | Myron Stowe <myron.stowe@redhat.com> | 2012-06-25 21:32:19 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-05 15:09:13 -0600 |
commit | 7477dc291b5618da02e2aee388e3a4815c90906f (patch) | |
tree | 3395333ec1ec015c1bb33b800320505fce104ae3 /arch/tile/kernel | |
parent | c53a25543e69d23caf2514c3ce3e734e0a68f4e9 (diff) | |
download | blackbird-obmc-linux-7477dc291b5618da02e2aee388e3a4815c90906f.tar.gz blackbird-obmc-linux-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/kernel')
-rw-r--r-- | arch/tile/kernel/pci.c | 10 |
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) |