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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c
index d2292be6fb90..759822687e8f 100644
--- a/arch/tile/kernel/pci.c
+++ b/arch/tile/kernel/pci.c
@@ -390,14 +390,6 @@ void pcibios_set_master(struct pci_dev *dev)
390} 390}
391 391
392/* 392/*
393 * This is called from the generic Linux layer.
394 */
395void __devinit pcibios_update_irq(struct pci_dev *dev, int irq)
396{
397 pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
398}
399
400/*
401 * Enable memory and/or address decoding, as appropriate, for the 393 * Enable memory and/or address decoding, as appropriate, for the
402 * device described by the 'dev' struct. 394 * device described by the 'dev' struct.
403 * 395 *