diff options
Diffstat (limited to 'arch/m68k/atari/stdma.c')
-rw-r--r-- | arch/m68k/atari/stdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/atari/stdma.c b/arch/m68k/atari/stdma.c index e5a66596b116..ba65f942d0c7 100644 --- a/arch/m68k/atari/stdma.c +++ b/arch/m68k/atari/stdma.c | |||
@@ -198,7 +198,7 @@ EXPORT_SYMBOL(stdma_islocked); | |||
198 | void __init stdma_init(void) | 198 | void __init stdma_init(void) |
199 | { | 199 | { |
200 | stdma_isr = NULL; | 200 | stdma_isr = NULL; |
201 | if (request_irq(IRQ_MFP_FDC, stdma_int, IRQ_TYPE_SLOW | IRQF_SHARED, | 201 | if (request_irq(IRQ_MFP_FDC, stdma_int, IRQF_SHARED, |
202 | "ST-DMA floppy,ACSI,IDE,Falcon-SCSI", stdma_int)) | 202 | "ST-DMA floppy,ACSI,IDE,Falcon-SCSI", stdma_int)) |
203 | pr_err("Couldn't register ST-DMA interrupt\n"); | 203 | pr_err("Couldn't register ST-DMA interrupt\n"); |
204 | } | 204 | } |