commit | 696160fec162601d06940862b5b3aa4460344c1b | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Thu Feb 03 12:02:07 2011 -0800 |
committer | John Stultz <john.stultz@linaro.org> | Wed Mar 09 11:23:35 2011 -0800 |
tree | 63c5d1d87f140b6a989256727b62071dd19d894b | |
parent | 80d4bb515b78f38738f3378fd1be6039063ab040 [diff] |
RTC: Cleanup rtc_class_ops->irq_set_freq() With the generic rtc code now emulating PIE mode irqs via an hrtimer, no one calls the rtc_class_ops->irq_set_freq call. This patch removes the hook and deletes the driver functions if no one else calls them. CC: Thomas Gleixner <tglx@linutronix.de> CC: Alessandro Zummo <a.zummo@towertech.it> CC: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br> CC: rtc-linux@googlegroups.com Signed-off-by: John Stultz <john.stultz@linaro.org>