Skip to content

Commit

Permalink
clocksource: tcb_clksrc: Remove IRQF_DISABLED
Browse files Browse the repository at this point in the history
Remove the deprecated IRQF_DISABLED flag.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
  • Loading branch information
Boris BREZILLON authored and Daniel Lezcano committed Oct 3, 2013
1 parent 5b3c11d commit f51380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/tcb_clksrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static irqreturn_t ch2_irq(int irq, void *handle)

static struct irqaction tc_irqaction = {
.name = "tc_clkevt",
.flags = IRQF_TIMER | IRQF_DISABLED,
.flags = IRQF_TIMER,
.handler = ch2_irq,
};

Expand Down

0 comments on commit f51380a

Please sign in to comment.