diff options
Diffstat (limited to 'arch/ia64/pci/pci.c')
-rw-r--r-- | arch/ia64/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c index 81acc7a57f3e..27db6a8afc44 100644 --- a/arch/ia64/pci/pci.c +++ b/arch/ia64/pci/pci.c | |||
@@ -461,7 +461,7 @@ void pcibios_set_master (struct pci_dev *dev) | |||
461 | /* No special bus mastering setup handling */ | 461 | /* No special bus mastering setup handling */ |
462 | } | 462 | } |
463 | 463 | ||
464 | void __devinit | 464 | void |
465 | pcibios_update_irq (struct pci_dev *dev, int irq) | 465 | pcibios_update_irq (struct pci_dev *dev, int irq) |
466 | { | 466 | { |
467 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); | 467 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); |