]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/input/misc/ixp4xx-beeper.c
Input: remove IRQF_DISABLED from drivers
[mv-sheeva.git] / drivers / input / misc / ixp4xx-beeper.c
index 1f38302a5951515a767e96d5c29f01af5922768e..302ab46ce75201bbf0025a6730155fc414ce4fa6 100644 (file)
@@ -111,7 +111,7 @@ static int __devinit ixp4xx_spkr_probe(struct platform_device *dev)
        input_dev->event = ixp4xx_spkr_event;
 
        err = request_irq(IRQ_IXP4XX_TIMER2, &ixp4xx_spkr_interrupt,
-                         IRQF_DISABLED | IRQF_NO_SUSPEND, "ixp4xx-beeper",
+                         IRQF_NO_SUSPEND, "ixp4xx-beeper",
                          (void *) dev->id);
        if (err)
                goto err_free_device;