diff options
Diffstat (limited to 'arch/m68k/include/asm/sun3xflop.h')
| -rw-r--r-- | arch/m68k/include/asm/sun3xflop.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/sun3xflop.h b/arch/m68k/include/asm/sun3xflop.h index 95231e2f9d6..a02ea3a7bb2 100644 --- a/arch/m68k/include/asm/sun3xflop.h +++ b/arch/m68k/include/asm/sun3xflop.h @@ -207,7 +207,7 @@ static int sun3xflop_request_irq(void)  	if(!once) {  		once = 1;  		error = request_irq(FLOPPY_IRQ, sun3xflop_hardint, -				    IRQF_DISABLED, "floppy", NULL); +				    0, "floppy", NULL);  		return ((error == 0) ? 0 : -1);  	} else return 0;  }  | 
