diff options
author | John Stultz <john.stultz@linaro.org> | 2011-01-13 09:30:49 -0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 17:38:18 +0100 |
commit | 1daeddd5962acad1bea55e524fc0fadf32654a21 (patch) | |
tree | 29f20f9720c57228f74af205b263321d945f247e /include | |
parent | 2d0640b47da74cff7c11642c798d40de861ed524 (diff) | |
download | linux-3.10-1daeddd5962acad1bea55e524fc0fadf32654a21.tar.gz linux-3.10-1daeddd5962acad1bea55e524fc0fadf32654a21.tar.bz2 linux-3.10-1daeddd5962acad1bea55e524fc0fadf32654a21.zip |
rtc: Cleanup removed UIE emulation declaration
rtc_dev_update_irq_enable_emul was removed in commit
042620a018afcfba1d678062b62e463b9e43a68d (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 3c995b4d742..ea760698e6f 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h @@ -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); |