commit | 9200025724619d83f9fc366281f0bde36afe6e5a | [log] [tgz] |
---|---|---|
author | Xunlei Pang <pang.xunlei@linaro.org> | Fri Jun 12 10:04:10 2015 +0800 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Thu Jun 25 01:13:41 2015 +0200 |
tree | 883da22aff25d1b1c40eee08a580475c9cdf9059 | |
parent | 626fea046b49490cdd8c917911437737c1f904a8 [diff] |
rtc: Introduce rtc_tm_sub() helper function There're many sites need comparing the two rtc_time variants for many rtc drivers, especially in the instances of rtc_class_ops::set_alarm(). So add this common helper function to make things easy. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>