diff options
Diffstat (limited to 'drivers/irqchip/irq-sa11x0.c')
-rw-r--r-- | drivers/irqchip/irq-sa11x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-sa11x0.c b/drivers/irqchip/irq-sa11x0.c index 46df2875dc1c..61bb28d7b19b 100644 --- a/drivers/irqchip/irq-sa11x0.c +++ b/drivers/irqchip/irq-sa11x0.c | |||
@@ -70,7 +70,6 @@ static int sa1100_normal_irqdomain_map(struct irq_domain *d, | |||
70 | { | 70 | { |
71 | irq_set_chip_and_handler(irq, &sa1100_normal_chip, | 71 | irq_set_chip_and_handler(irq, &sa1100_normal_chip, |
72 | handle_level_irq); | 72 | handle_level_irq); |
73 | set_irq_flags(irq, IRQF_VALID); | ||
74 | 73 | ||
75 | return 0; | 74 | return 0; |
76 | } | 75 | } |