]> Pileus Git - ~andy/linux/blobdiff - drivers/parport/parport_ax88796.c
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
[~andy/linux] / drivers / parport / parport_ax88796.c
index 4baa719439a2fe4db93e349996d908769797c490..1850632590fdc9def3f2290e7151b8de04fa268a 100644 (file)
@@ -345,7 +345,7 @@ static int parport_ax88796_probe(struct platform_device *pdev)
        if (irq >= 0) {
                /* request irq */
                ret = request_irq(irq, parport_ax88796_interrupt,
-                                 SA_TRIGGER_FALLING, pdev->name, pp);
+                                 IRQF_TRIGGER_FALLING, pdev->name, pp);
 
                if (ret < 0)
                        goto exit_port;