Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / asm-powerpc / floppy.h
index 9c8d91b..fd242a2 100644 (file)
@@ -27,7 +27,7 @@
 #define fd_disable_irq()        disable_irq(FLOPPY_IRQ)
 #define fd_cacheflush(addr,size) /* nothing */
 #define fd_request_irq()        request_irq(FLOPPY_IRQ, floppy_interrupt, \
-                                           SA_INTERRUPT, "floppy", NULL)
+                                           IRQF_DISABLED, "floppy", NULL)
 #define fd_free_irq()           free_irq(FLOPPY_IRQ, NULL);
 
 #ifdef CONFIG_PCI