diff options
Diffstat (limited to 'arch/ia64/kernel/msi_ia64.c')
| -rw-r--r-- | arch/ia64/kernel/msi_ia64.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/ia64/kernel/msi_ia64.c b/arch/ia64/kernel/msi_ia64.c index 4a746ea838ff..00b19a416eab 100644 --- a/arch/ia64/kernel/msi_ia64.c +++ b/arch/ia64/kernel/msi_ia64.c | |||
| @@ -104,8 +104,8 @@ static int ia64_msi_retrigger_irq(unsigned int irq) | |||
| 104 | */ | 104 | */ |
| 105 | static struct irq_chip ia64_msi_chip = { | 105 | static struct irq_chip ia64_msi_chip = { |
| 106 | .name = "PCI-MSI", | 106 | .name = "PCI-MSI", |
| 107 | .mask = mask_msi_irq, | 107 | .irq_mask = mask_msi_irq, |
| 108 | .unmask = unmask_msi_irq, | 108 | .irq_unmask = unmask_msi_irq, |
| 109 | .ack = ia64_ack_msi_irq, | 109 | .ack = ia64_ack_msi_irq, |
| 110 | #ifdef CONFIG_SMP | 110 | #ifdef CONFIG_SMP |
| 111 | .set_affinity = ia64_set_msi_irq_affinity, | 111 | .set_affinity = ia64_set_msi_irq_affinity, |
| @@ -160,8 +160,8 @@ static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask) | |||
| 160 | 160 | ||
| 161 | static struct irq_chip dmar_msi_type = { | 161 | static struct irq_chip dmar_msi_type = { |
| 162 | .name = "DMAR_MSI", | 162 | .name = "DMAR_MSI", |
| 163 | .unmask = dmar_msi_unmask, | 163 | .irq_unmask = dmar_msi_unmask, |
| 164 | .mask = dmar_msi_mask, | 164 | .irq_mask = dmar_msi_mask, |
| 165 | .ack = ia64_ack_msi_irq, | 165 | .ack = ia64_ack_msi_irq, |
| 166 | #ifdef CONFIG_SMP | 166 | #ifdef CONFIG_SMP |
| 167 | .set_affinity = dmar_msi_set_affinity, | 167 | .set_affinity = dmar_msi_set_affinity, |
