[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
dace145374
commit
1fb9df5d30
@@ -1194,7 +1194,7 @@ static int __devinit ace_init(struct net_device *dev)
|
||||
goto init_error;
|
||||
}
|
||||
|
||||
ecode = request_irq(pdev->irq, ace_interrupt, SA_SHIRQ,
|
||||
ecode = request_irq(pdev->irq, ace_interrupt, IRQF_SHARED,
|
||||
DRV_NAME, dev);
|
||||
if (ecode) {
|
||||
printk(KERN_WARNING "%s: Requested IRQ %d is busy\n",
|
||||
|
Reference in New Issue
Block a user