X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh%2Fdrivers%2Fdma%2Fdma-pvr2.c;fp=arch%2Fsh%2Fdrivers%2Fdma%2Fdma-pvr2.c;h=df604975ccc8967b70621c9e821af19e0fded3a6;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=30a580aa7cbd04d81f7396616415c1bee24ac91e;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/sh/drivers/dma/dma-pvr2.c b/arch/sh/drivers/dma/dma-pvr2.c index 30a580aa7..df604975c 100644 --- a/arch/sh/drivers/dma/dma-pvr2.c +++ b/arch/sh/drivers/dma/dma-pvr2.c @@ -70,7 +70,7 @@ static int pvr2_xfer_dma(struct dma_channel *chan) static struct irqaction pvr2_dma_irq = { .name = "pvr2 DMA handler", .handler = pvr2_dma_interrupt, - .flags = IRQF_DISABLED, + .flags = SA_INTERRUPT, }; static struct dma_ops pvr2_dma_ops = {