mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
clocksource: tcb_clksrc: Remove IRQF_DISABLED
Remove the deprecated IRQF_DISABLED flag. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
parent
5b3c11da14
commit
f51380a756
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user