diff options
-rw-r--r-- | drivers/irqchip/irq-armada-370-xp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-armada-370-xp.c b/drivers/irqchip/irq-armada-370-xp.c index b207b2c3aa55..9d42a8f2aec2 100644 --- a/drivers/irqchip/irq-armada-370-xp.c +++ b/drivers/irqchip/irq-armada-370-xp.c | |||
@@ -203,7 +203,7 @@ static struct irq_chip armada_370_xp_msi_irq_chip = { | |||
203 | 203 | ||
204 | static struct msi_domain_info armada_370_xp_msi_domain_info = { | 204 | static struct msi_domain_info armada_370_xp_msi_domain_info = { |
205 | .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS | | 205 | .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS | |
206 | MSI_FLAG_MULTI_PCI_MSI), | 206 | MSI_FLAG_MULTI_PCI_MSI | MSI_FLAG_PCI_MSIX), |
207 | .chip = &armada_370_xp_msi_irq_chip, | 207 | .chip = &armada_370_xp_msi_irq_chip, |
208 | }; | 208 | }; |
209 | 209 | ||