Commit-ID: 4cebe7aadc9ee8e7b44857b7aba3a878870cef65 Gitweb: http://git.kernel.org/tip/4cebe7aadc9ee8e7b44857b7aba3a878870cef65 Author: Marcelo Roberto Jimenez <mroberto@xxxxxxxxxxxxxxxxxxxxx> AuthorDate: Mon, 7 Feb 2011 19:16:06 -0200 Committer: John Stultz <john.stultz@xxxxxxxxxx> CommitDate: Wed, 9 Mar 2011 11:25:05 -0800 RTC: Remove UIE and PIE information from the sa1100 driver proc. This patch removes the UIE and PIE information that is now being supplied directly in the generic RTC code. CC: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CC: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> CC: Marcelo Roberto Jimenez <mroberto@xxxxxxxxxxxxxxxxxxxxx> CC: rtc-linux@xxxxxxxxxxxxxxxx Signed-off-by: Marcelo Roberto Jimenez <mroberto@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: John Stultz <john.stultz@xxxxxxxxxx> --- drivers/rtc/rtc-sa1100.c | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/rtc/rtc-sa1100.c b/drivers/rtc/rtc-sa1100.c index a918933..41f62ca 100644 --- a/drivers/rtc/rtc-sa1100.c +++ b/drivers/rtc/rtc-sa1100.c @@ -351,15 +351,8 @@ static int sa1100_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alrm) static int sa1100_rtc_proc(struct device *dev, struct seq_file *seq) { - struct rtc_device *rtc = (struct rtc_device *)dev; - - seq_printf(seq, "trim/divider\t: 0x%08x\n", (u32) RTTR); - seq_printf(seq, "update_IRQ\t: %s\n", - (RTSR & RTSR_HZE) ? "yes" : "no"); - seq_printf(seq, "periodic_IRQ\t: %s\n", - (OIER & OIER_E1) ? "yes" : "no"); - seq_printf(seq, "periodic_freq\t: %d\n", rtc->irq_freq); - seq_printf(seq, "RTSR\t\t: 0x%08x\n", (u32)RTSR); + seq_printf(seq, "trim/divider\t\t: 0x%08x\n", (u32) RTTR); + seq_printf(seq, "RTSR\t\t\t: 0x%08x\n", (u32)RTSR); return 0; } -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |