]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/sa1100fb.c
[PATCH] powermac: More powermac backlight fixes
[linux-2.6-omap-h63xx.git] / drivers / video / sa1100fb.c
index 553fd84af44fbc948d1c03105ca20adb5ea126a3..a2e6e7205d7e082b79a2428a35b406059fa59c3e 100644 (file)
@@ -1472,7 +1472,7 @@ static int __init sa1100fb_probe(struct platform_device *pdev)
        if (ret)
                goto failed;
 
-       ret = request_irq(irq, sa1100fb_handle_irq, SA_INTERRUPT,
+       ret = request_irq(irq, sa1100fb_handle_irq, IRQF_DISABLED,
                          "LCD", fbi);
        if (ret) {
                printk(KERN_ERR "sa1100fb: request_irq failed: %d\n", ret);