diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/rtc/rtc-twl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-twl.c b/drivers/rtc/rtc-twl.c index 9a81f778d6b2..1963cddbf214 100644 --- a/drivers/rtc/rtc-twl.c +++ b/drivers/rtc/rtc-twl.c | |||
@@ -462,7 +462,7 @@ static int __devinit twl_rtc_probe(struct platform_device *pdev) | |||
462 | if (ret < 0) | 462 | if (ret < 0) |
463 | goto out1; | 463 | goto out1; |
464 | 464 | ||
465 | ret = request_irq(irq, twl_rtc_interrupt, | 465 | ret = request_threaded_irq(irq, NULL, twl_rtc_interrupt, |
466 | IRQF_TRIGGER_RISING, | 466 | IRQF_TRIGGER_RISING, |
467 | dev_name(&rtc->dev), rtc); | 467 | dev_name(&rtc->dev), rtc); |
468 | if (ret < 0) { | 468 | if (ret < 0) { |