Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eec99f20 authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Ralf Baechle
Browse files

MIPS: Loongson-3: remove deprecated IRQF_DISABLED



This removes the use of the IRQF_DISABLED flag
from arch/mips/loongson/loongson-3/hpet.c

It's a NOOP since 2.6.35.

Signed-off-by: default avatarMichael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: chenhc@lemote.com
Cc: taohl@lemote.com
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9609/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 138173d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ static irqreturn_t hpet_irq_handler(int irq, void *data)

static struct irqaction hpet_irq = {
	.handler = hpet_irq_handler,
	.flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER,
	.flags = IRQF_NOBALANCING | IRQF_TIMER,
	.name = "hpet",
};