[tip:timers/urgent] rtc: Cleanup removed UIE emulation declaration

From: tip-bot for John Stultz
Date: Fri Jan 21 2011 - 11:40:07 EST


Commit-ID: 1daeddd5962acad1bea55e524fc0fadf32654a21
Gitweb: http://git.kernel.org/tip/1daeddd5962acad1bea55e524fc0fadf32654a21
Author: John Stultz <john.stultz@xxxxxxxxxx>
AuthorDate: Thu, 13 Jan 2011 09:30:49 -0800
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitDate: Fri, 21 Jan 2011 17:38:18 +0100

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@xxxxxxxxxx>
LKML-Reference: <1294939849-20608-1-git-send-email-john.stultz@xxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
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 3c995b4..ea76069 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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/