mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
[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>
This commit is contained in:
parent
05dc8c02bf
commit
4680576ede
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user