]> Pileus Git - ~andy/linux/blobdiff - include/asm-sparc64/floppy.h
[PATCH] irq-flags: SPARC64: Use the new IRQF_ constants
[~andy/linux] / include / asm-sparc64 / floppy.h
index b591d0e8d8f0ec6901755f73240fa8e4be156d40..abf1500380192adeb427a001b63d233fbea0ab54 100644 (file)
@@ -267,7 +267,7 @@ static int sun_fd_request_irq(void)
                once = 1;
 
                error = request_irq(FLOPPY_IRQ, sparc_floppy_irq, 
-                                   SA_INTERRUPT, "floppy", NULL);
+                                   IRQF_DISABLED, "floppy", NULL);
 
                return ((error == 0) ? 0 : -1);
        }