aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/kernel/pci.c')
-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 87422ed7b834..0fdd99d0d8b7 100644
--- a/arch/tile/kernel/pci.c
+++ b/arch/tile/kernel/pci.c
@@ -404,16 +404,6 @@ void pcibios_set_master(struct pci_dev *dev)
404} 404}
405 405
406/* 406/*
407 * This can be called from the generic PCI layer, but doesn't need to
408 * do anything.
409 */
410char __devinit *pcibios_setup(char *str)
411{
412 /* Nothing needs to be done. */
413 return str;
414}
415
416/*
417 * This is called from the generic Linux layer. 407 * This is called from the generic Linux layer.
418 */ 408 */
419void __devinit pcibios_update_irq(struct pci_dev *dev, int irq) 409void __devinit pcibios_update_irq(struct pci_dev *dev, int irq)