diff options
Diffstat (limited to 'arch/mips/pci/pci.c')
-rw-r--r-- | arch/mips/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 690356808f8a..64f0419e5856 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c | |||
@@ -313,7 +313,7 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus) | |||
313 | } | 313 | } |
314 | } | 314 | } |
315 | 315 | ||
316 | void __init | 316 | void |
317 | pcibios_update_irq(struct pci_dev *dev, int irq) | 317 | pcibios_update_irq(struct pci_dev *dev, int irq) |
318 | { | 318 | { |
319 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); | 319 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); |