diff options
author | Myron Stowe <myron.stowe@redhat.com> | 2012-06-25 23:32:19 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-05 17:09:13 -0400 |
commit | 7477dc291b5618da02e2aee388e3a4815c90906f (patch) | |
tree | 3395333ec1ec015c1bb33b800320505fce104ae3 /arch/tile | |
parent | c53a25543e69d23caf2514c3ce3e734e0a68f4e9 (diff) |
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.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) | |||
401 | } | 401 | } |
402 | 402 | ||
403 | /* | 403 | /* |
404 | * This can be called from the generic PCI layer, but doesn't need to | ||
405 | * do anything. | ||
406 | */ | ||
407 | char __devinit *pcibios_setup(char *str) | ||
408 | { | ||
409 | /* Nothing needs to be done. */ | ||
410 | return str; | ||
411 | } | ||
412 | |||
413 | /* | ||
414 | * This is called from the generic Linux layer. | 404 | * This is called from the generic Linux layer. |
415 | */ | 405 | */ |
416 | void __devinit pcibios_update_irq(struct pci_dev *dev, int irq) | 406 | void __devinit pcibios_update_irq(struct pci_dev *dev, int irq) |