diff options
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/visws.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/visws.c b/arch/x86/pci/visws.c index 6f2f8eeed171..9d736e7ff642 100644 --- a/arch/x86/pci/visws.c +++ b/arch/x86/pci/visws.c | |||
@@ -62,7 +62,7 @@ out: | |||
62 | return irq; | 62 | return irq; |
63 | } | 63 | } |
64 | 64 | ||
65 | void __init pcibios_update_irq(struct pci_dev *dev, int irq) | 65 | void pcibios_update_irq(struct pci_dev *dev, int irq) |
66 | { | 66 | { |
67 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); | 67 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); |
68 | } | 68 | } |