|
@@ -851,7 +851,7 @@ static int __init AtaIrqInit(void)
|
|
st_mfp.tim_dt_a = 1; /* Cause interrupt after first event. */
|
|
st_mfp.tim_dt_a = 1; /* Cause interrupt after first event. */
|
|
st_mfp.tim_ct_a = 8; /* Turn on event counting. */
|
|
st_mfp.tim_ct_a = 8; /* Turn on event counting. */
|
|
/* Register interrupt handler. */
|
|
/* Register interrupt handler. */
|
|
- if (request_irq(IRQ_MFP_TIMA, AtaInterrupt, IRQ_TYPE_SLOW, "DMA sound",
|
|
|
|
|
|
+ if (request_irq(IRQ_MFP_TIMA, AtaInterrupt, 0, "DMA sound",
|
|
AtaInterrupt))
|
|
AtaInterrupt))
|
|
return 0;
|
|
return 0;
|
|
st_mfp.int_en_a |= 0x20; /* Turn interrupt on. */
|
|
st_mfp.int_en_a |= 0x20; /* Turn interrupt on. */
|