Просмотр исходного кода

[MIPS] Replace deprecated SA_* IRQ flags with modern IRQF_ variants.

Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ahmed S. Darwish 18 лет назад
Родитель
Сommit
4680576ede
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c

+ 1 - 1
arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c

@@ -163,7 +163,7 @@ static int msp_hwbutton_register(struct hwbutton_interrupt *hirq)
 		CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq);
 	*CIC_EXT_CFG_REG = cic_ext;
 
-	return request_irq(hirq->irq, hwbutton_handler, SA_INTERRUPT,
+	return request_irq(hirq->irq, hwbutton_handler, IRQF_DISABLED,
 				hirq->name, (void *)hirq);
 }