ar71xx: ag71xx remove IRQF_DISABLED
authorJohn Crispin <john@openwrt.org>
Thu, 9 Jul 2015 06:57:39 +0000 (06:57 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 9 Jul 2015 06:57:39 +0000 (06:57 +0000)
no-op since 2.6.35
removed in Kernel 4.1
see https://lwn.net/Articles/380931/

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 46280

target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c

index dc77699845adadec77619136d83d381634031922..c7671d9b6b94eef52e6e1344a47f2172a27038fc 100644 (file)
@@ -1248,7 +1248,7 @@ static int ag71xx_probe(struct platform_device *pdev)
 
        dev->irq = platform_get_irq(pdev, 0);
        err = request_irq(dev->irq, ag71xx_interrupt,
-                         IRQF_DISABLED,
+                         0x0,
                          dev->name, dev);
        if (err) {
                dev_err(&pdev->dev, "unable to request IRQ %d\n", dev->irq);