diff options
Diffstat (limited to 'arch/arm/plat-omap/dma.c')
-rw-r--r-- | arch/arm/plat-omap/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index c2c05ef86348..9eddc9507147 100644 --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c | |||
@@ -939,7 +939,7 @@ static irqreturn_t omap2_dma_irq_handler(int irq, void *dev_id, | |||
939 | static struct irqaction omap24xx_dma_irq = { | 939 | static struct irqaction omap24xx_dma_irq = { |
940 | .name = "DMA", | 940 | .name = "DMA", |
941 | .handler = omap2_dma_irq_handler, | 941 | .handler = omap2_dma_irq_handler, |
942 | .flags = SA_INTERRUPT | 942 | .flags = IRQF_DISABLED |
943 | }; | 943 | }; |
944 | 944 | ||
945 | #else | 945 | #else |