[PATCH] irq-flags: misc drivers: 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> 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
8076fe32a7
commit
dace145374
@@ -173,7 +173,7 @@ static int pl031_probe(struct amba_device *adev, void *id)
|
||||
goto out_no_remap;
|
||||
}
|
||||
|
||||
if (request_irq(adev->irq[0], pl031_interrupt, SA_INTERRUPT,
|
||||
if (request_irq(adev->irq[0], pl031_interrupt, IRQF_DISABLED,
|
||||
"rtc-pl031", ldata->rtc)) {
|
||||
ret = -EIO;
|
||||
goto out_no_irq;
|
||||
|
Reference in New Issue
Block a user