Commit f51380a7 authored by Boris BREZILLON's avatar Boris BREZILLON Committed by Daniel Lezcano

clocksource: tcb_clksrc: Remove IRQF_DISABLED

Remove the deprecated IRQF_DISABLED flag.
Signed-off-by: default avatarBoris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 5b3c11da
...@@ -180,7 +180,7 @@ static irqreturn_t ch2_irq(int irq, void *handle) ...@@ -180,7 +180,7 @@ static irqreturn_t ch2_irq(int irq, void *handle)
static struct irqaction tc_irqaction = { static struct irqaction tc_irqaction = {
.name = "tc_clkevt", .name = "tc_clkevt",
.flags = IRQF_TIMER | IRQF_DISABLED, .flags = IRQF_TIMER,
.handler = ch2_irq, .handler = ch2_irq,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment