OSDN Git Service

Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into next
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / pci / host / pci-dra7xx.c
index 1909899..199e29a 100644 (file)
@@ -167,7 +167,6 @@ static int dra7xx_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;
 }