X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fmach-jazz%2Ffloppy.h;h=c9dad99b12324aaaffa8a55c62367b865740266d;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=56e9ca6ae426b28923c57f084b82ede0411193db;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-mips/mach-jazz/floppy.h b/include/asm-mips/mach-jazz/floppy.h index 56e9ca6ae..c9dad99b1 100644 --- a/include/asm-mips/mach-jazz/floppy.h +++ b/include/asm-mips/mach-jazz/floppy.h @@ -90,7 +90,7 @@ static inline void fd_disable_irq(void) static inline int fd_request_irq(void) { return request_irq(FLOPPY_IRQ, floppy_interrupt, - IRQF_DISABLED, "floppy", NULL); + SA_INTERRUPT | SA_SAMPLE_RANDOM, "floppy", NULL); } static inline void fd_free_irq(void)