From: Xunlei Pang Date: Thu, 22 Jan 2015 02:31:51 +0000 (+0000) Subject: rtc: Update interface.c to use y2038-safe time interfaces X-Git-Tag: fixes-v4.0-rc1~178^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc10aa93a8853d6dac820696ae9a3e757e19f315;p=pandora-kernel.git rtc: Update interface.c to use y2038-safe time interfaces Currently, interface.c uses y2038 problematic rtc_tm_to_time() and rtc_time_to_tm(). So replace them with their corresponding y2038-safe versions: rtc_tm_to_time64() and rtc_time64_to_tm(). Cc: pang.xunlei Cc: Arnd Bergmann Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Xunlei Pang Signed-off-by: John Stultz --- Reading git-diff-tree failed