diff options
Diffstat (limited to 'drivers/rtc/rtc-vr41xx.c')
| -rw-r--r-- | drivers/rtc/rtc-vr41xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-vr41xx.c b/drivers/rtc/rtc-vr41xx.c index 4b9291dd4443..bb6d5ff24fd0 100644 --- a/drivers/rtc/rtc-vr41xx.c +++ b/drivers/rtc/rtc-vr41xx.c | |||
| @@ -345,11 +345,11 @@ static int __devinit rtc_probe(struct platform_device *pdev) | |||
| 345 | spin_unlock_irq(&rtc_lock); | 345 | spin_unlock_irq(&rtc_lock); |
| 346 | 346 | ||
| 347 | irq = ELAPSEDTIME_IRQ; | 347 | irq = ELAPSEDTIME_IRQ; |
| 348 | retval = request_irq(irq, elapsedtime_interrupt, SA_INTERRUPT, | 348 | retval = request_irq(irq, elapsedtime_interrupt, IRQF_DISABLED, |
| 349 | "elapsed_time", pdev); | 349 | "elapsed_time", pdev); |
| 350 | if (retval == 0) { | 350 | if (retval == 0) { |
| 351 | irq = RTCLONG1_IRQ; | 351 | irq = RTCLONG1_IRQ; |
| 352 | retval = request_irq(irq, rtclong1_interrupt, SA_INTERRUPT, | 352 | retval = request_irq(irq, rtclong1_interrupt, IRQF_DISABLED, |
| 353 | "rtclong1", pdev); | 353 | "rtclong1", pdev); |
| 354 | } | 354 | } |
| 355 | 355 | ||
