Re: [PATCH] rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build error

2015-02-18 Thread Joshua Kinard
On 02/18/2015 05:42, Arnd Bergmann wrote: > The newly added ds1685 driver causes a build error in linux-next > when enabled without CONFIG_RTC_INTF_DEV: > > drivers/rtc/rtc-ds1685.c:919:22: error: 'ds1685_rtc_alarm_irq_enable' > undeclared here (not in a function) > .alarm_irq_enable = ds1685_r

[PATCH] rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build error

2015-02-18 Thread Arnd Bergmann
The newly added ds1685 driver causes a build error in linux-next when enabled without CONFIG_RTC_INTF_DEV: drivers/rtc/rtc-ds1685.c:919:22: error: 'ds1685_rtc_alarm_irq_enable' undeclared here (not in a function) .alarm_irq_enable = ds1685_rtc_alarm_irq_enable, Apparently the driver was incorr