lkml.org 
[lkml]   [2006]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[RFC][patch 29/44] drivers/drm: Use the new IRQF_ constansts

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/char/drm/drm_irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.git/drivers/char/drm/drm_irq.c
===================================================================
--- linux-2.6.git.orig/drivers/char/drm/drm_irq.c 2006-07-01 16:51:19.000000000 +0200
+++ linux-2.6.git/drivers/char/drm/drm_irq.c 2006-07-01 16:51:40.000000000 +0200
@@ -130,7 +130,7 @@ static int drm_irq_install(drm_device_t

/* Install handler */
if (drm_core_check_feature(dev, DRIVER_IRQ_SHARED))
- sh_flags = SA_SHIRQ;
+ sh_flags = IRQF_SHARED;

ret = request_irq(dev->irq, dev->driver->irq_handler,
sh_flags, dev->devname, dev);
--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-07-02 00:09    [W:1.142 / U:0.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site