diff options
| -rw-r--r-- | arch/arm/mach-integrator/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/time.c b/arch/arm/mach-integrator/time.c index 5278f589fcee..5235f64f235b 100644 --- a/arch/arm/mach-integrator/time.c +++ b/arch/arm/mach-integrator/time.c | |||
| @@ -125,7 +125,7 @@ static int rtc_probe(struct amba_device *dev, void *id) | |||
| 125 | xtime.tv_sec = __raw_readl(rtc_base + RTC_DR); | 125 | xtime.tv_sec = __raw_readl(rtc_base + RTC_DR); |
| 126 | 126 | ||
| 127 | ret = request_irq(dev->irq[0], arm_rtc_interrupt, IRQF_DISABLED, | 127 | ret = request_irq(dev->irq[0], arm_rtc_interrupt, IRQF_DISABLED, |
| 128 | "rtc-pl030", dev); | 128 | "rtc-pl030", NULL); |
| 129 | if (ret) | 129 | if (ret) |
| 130 | goto map_out; | 130 | goto map_out; |
| 131 | 131 | ||
