[MIPS] Replace deprecated SA_* IRQ flags with modern IRQF_ variants.
authorAhmed S. Darwish <darwish.07@gmail.com>
Wed, 26 Sep 2007 22:35:43 +0000 (01:35 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:08 +0000 (23:46 +0100)
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c

index 6fa8572..ab96a2d 100644 (file)
@@ -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);
 }