linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / sh / drivers / dma / dma-g2.c
index 0f866f8..5afab6f 100644 (file)
@@ -56,7 +56,7 @@ static irqreturn_t g2_dma_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 static struct irqaction g2_dma_irq = {
        .name           = "g2 DMA handler",
        .handler        = g2_dma_interrupt,
-       .flags          = IRQF_DISABLED,
+       .flags          = SA_INTERRUPT,
 };
 
 static int g2_enable_dma(struct dma_channel *chan)