]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/input/touchscreen/jornada720_ts.c
Input: remove IRQF_DISABLED from drivers
[karo-tx-linux.git] / drivers / input / touchscreen / jornada720_ts.c
index 4b0a061811ffabea4e17630b6b9b01fa31934466..50076c2d59e23467e2be9bd1da2f00b7d59db2b5 100644 (file)
@@ -127,7 +127,7 @@ static int __devinit jornada720_ts_probe(struct platform_device *pdev)
 
        error = request_irq(IRQ_GPIO9,
                        jornada720_ts_interrupt,
-                       IRQF_DISABLED | IRQF_TRIGGER_RISING,
+                       IRQF_TRIGGER_RISING,
                        "HP7XX Touchscreen driver", pdev);
        if (error) {
                printk(KERN_INFO "HP7XX TS : Unable to acquire irq!\n");