summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/pci.c
diff options
context:
space:
mode:
authorBjorn Helgaas2012-09-19 18:52:37 +0200
committerBjorn Helgaas2012-09-19 18:52:37 +0200
commit9b9a6d261616bed589302bc6244c5bd7c99a733f (patch)
tree40c45e75445e724fc2a2281d28a7dd84d7d2ad57 /arch/tile/kernel/pci.c
parentMerge branch 'pci/konstantin-sysfs' into next (diff)
parentPCI: Provide a default pcibios_update_irq() (diff)
downloadkernel-qcow2-linux-9b9a6d261616bed589302bc6244c5bd7c99a733f.tar.gz
kernel-qcow2-linux-9b9a6d261616bed589302bc6244c5bd7c99a733f.tar.xz
kernel-qcow2-linux-9b9a6d261616bed589302bc6244c5bd7c99a733f.zip
Merge branch 'pci/thierry-fixup-irqs' into next
* pci/thierry-fixup-irqs: PCI: Provide a default pcibios_update_irq() PCI: Discard __init annotations for pci_fixup_irqs() and related functions
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)
}
/*
- * This is called from the generic Linux layer.
- */
-void __devinit pcibios_update_irq(struct pci_dev *dev, int irq)
-{
- pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
-}
-
-/*
* Enable memory and/or address decoding, as appropriate, for the
* device described by the 'dev' struct.
*