aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/kernel/pci.c')
-rw-r--r--arch/alpha/kernel/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/pci.c b/arch/alpha/kernel/pci.c
index 9816d5a4d176..920392f61ef2 100644
--- a/arch/alpha/kernel/pci.c
+++ b/arch/alpha/kernel/pci.c
@@ -256,7 +256,7 @@ pcibios_fixup_bus(struct pci_bus *bus)
256 } 256 }
257} 257}
258 258
259void __init 259void
260pcibios_update_irq(struct pci_dev *dev, int irq) 260pcibios_update_irq(struct pci_dev *dev, int irq)
261{ 261{
262 pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); 262 pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);