|
@@ -338,7 +338,6 @@ static int xilinx_pcie_msi_map(struct irq_domain *domain, unsigned int irq,
|
|
|
{
|
|
|
irq_set_chip_and_handler(irq, &xilinx_msi_irq_chip, handle_simple_irq);
|
|
|
irq_set_chip_data(irq, domain->host_data);
|
|
|
- set_irq_flags(irq, IRQF_VALID);
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
@@ -377,7 +376,6 @@ static int xilinx_pcie_intx_map(struct irq_domain *domain, unsigned int irq,
|
|
|
{
|
|
|
irq_set_chip_and_handler(irq, &dummy_irq_chip, handle_simple_irq);
|
|
|
irq_set_chip_data(irq, domain->host_data);
|
|
|
- set_irq_flags(irq, IRQF_VALID);
|
|
|
|
|
|
return 0;
|
|
|
}
|