]> err.no Git - linux-2.6/blobdiff - include/asm-m68k/sun3xflop.h
[PATCH] irq-flags: M68K: Use the new IRQF_ constants
[linux-2.6] / include / asm-m68k / sun3xflop.h
index 98a9f79dab29b0c6288cae4fd10e2a9db0355c87..ca8cc41138437960cd82aadd221fc6d263589966 100644 (file)
@@ -208,7 +208,8 @@ static int sun3xflop_request_irq(void)
 
        if(!once) {
                once = 1;
-               error = request_irq(FLOPPY_IRQ, sun3xflop_hardint, SA_INTERRUPT, "floppy", NULL);
+               error = request_irq(FLOPPY_IRQ, sun3xflop_hardint,
+                                   IRQF_DISABLED, "floppy", NULL);
                return ((error == 0) ? 0 : -1);
        } else return 0;
 }