Skip to content

Commit

Permalink
rtc: Cleanup removed UIE emulation declaration
Browse files Browse the repository at this point in the history
rtc_dev_update_irq_enable_emul was removed in commit
042620a (UIE emulation is
now handled via hrtimer), but the declaration was missed.
This patch cleans it up.

Signed-off-by: John Stultz <john.stultz@linaro.org>
LKML-Reference: <1294939849-20608-1-git-send-email-john.stultz@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
John Stultz authored and Thomas Gleixner committed Jan 21, 2011
1 parent 2d0640b commit 1daeddd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ extern int rtc_irq_set_freq(struct rtc_device *rtc,
struct rtc_task *task, int freq);
extern int rtc_update_irq_enable(struct rtc_device *rtc, unsigned int enabled);
extern int rtc_alarm_irq_enable(struct rtc_device *rtc, unsigned int enabled);
extern int rtc_dev_update_irq_enable_emul(struct rtc_device *rtc,
unsigned int enabled);

void rtc_aie_update_irq(void *private);
void rtc_uie_update_irq(void *private);
Expand Down

0 comments on commit 1daeddd

Please sign in to comment.