[PATCH] irq-flags: isdn: Use the new IRQF_ constants
[powerpc.git] / drivers / isdn / hardware / eicon / divasmain.c
index b05e35f..b7dadba 100644 (file)
@@ -486,7 +486,7 @@ void __inline__ outpp(void __iomem *addr, word p)
 int diva_os_register_irq(void *context, byte irq, const char *name)
 {
        int result = request_irq(irq, diva_os_irq_wrapper,
-                                SA_INTERRUPT | SA_SHIRQ, name, context);
+                                IRQF_DISABLED | IRQF_SHARED, name, context);
        return (result);
 }