diff options
-rw-r--r-- | arch/mips/loongson/loongson-3/hpet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson/loongson-3/hpet.c b/arch/mips/loongson/loongson-3/hpet.c index e898d68668a9..5c21cd3bd339 100644 --- a/arch/mips/loongson/loongson-3/hpet.c +++ b/arch/mips/loongson/loongson-3/hpet.c | |||
@@ -162,7 +162,7 @@ static irqreturn_t hpet_irq_handler(int irq, void *data) | |||
162 | 162 | ||
163 | static struct irqaction hpet_irq = { | 163 | static struct irqaction hpet_irq = { |
164 | .handler = hpet_irq_handler, | 164 | .handler = hpet_irq_handler, |
165 | .flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER, | 165 | .flags = IRQF_NOBALANCING | IRQF_TIMER, |
166 | .name = "hpet", | 166 | .name = "hpet", |
167 | }; | 167 | }; |
168 | 168 | ||