]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c
authorHans J. Koch <hjk@linutronix.de>
Wed, 9 Jun 2010 23:12:32 +0000 (01:12 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Aug 2010 20:53:33 +0000 (13:53 -0700)
Remove IRQF_DISABLED flag since it is deprecated and a no-op in the
current kernel.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/uio/uio_pdrv_genirq.c

index 61e569df2bba60cabc46a6e85d5f33007fd58a6c..7174d518b8a659d752033f819a333d6f717b9dda 100644 (file)
@@ -155,7 +155,6 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev)
         * Interrupt sharing is not supported.
         */
 
-       uioinfo->irq_flags |= IRQF_DISABLED;
        uioinfo->handler = uio_pdrv_genirq_handler;
        uioinfo->irqcontrol = uio_pdrv_genirq_irqcontrol;
        uioinfo->open = uio_pdrv_genirq_open;