|
@@ -395,7 +395,6 @@ static int s3c64xx_gpio_irq_map(struct irq_domain *h, unsigned int virq,
|
|
|
irq_set_chip_and_handler(virq,
|
|
|
&s3c64xx_gpio_irq_chip, handle_level_irq);
|
|
|
irq_set_chip_data(virq, bank);
|
|
|
- set_irq_flags(virq, IRQF_VALID);
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
@@ -671,7 +670,6 @@ static int s3c64xx_eint0_irq_map(struct irq_domain *h, unsigned int virq,
|
|
|
irq_set_chip_and_handler(virq,
|
|
|
&s3c64xx_eint0_irq_chip, handle_level_irq);
|
|
|
irq_set_chip_data(virq, ddata);
|
|
|
- set_irq_flags(virq, IRQF_VALID);
|
|
|
|
|
|
return 0;
|
|
|
}
|