]> err.no Git - linux-2.6/blobdiff - drivers/video/pxafb.c
[PATCH] bcm43xx: workaround init_board vs. IRQ race
[linux-2.6] / drivers / video / pxafb.c
index 809fc5eefc15b2a84c434ec84a3e407070471de4..bbb07106cd54b1b50f2a3de7cf769590a7a56536 100644 (file)
@@ -22,7 +22,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/kernel.h>
@@ -1335,7 +1334,7 @@ int __init pxafb_probe(struct platform_device *dev)
                goto failed;
        }
 
-       ret = request_irq(IRQ_LCD, pxafb_handle_irq, SA_INTERRUPT, "LCD", fbi);
+       ret = request_irq(IRQ_LCD, pxafb_handle_irq, IRQF_DISABLED, "LCD", fbi);
        if (ret) {
                dev_err(&dev->dev, "request_irq failed: %d\n", ret);
                ret = -EBUSY;