From: Xunlei Pang Date: Thu, 22 Jan 2015 02:31:52 +0000 (+0000) Subject: rtc: Update rtc-dev to use y2038-safe time interfaces X-Git-Tag: fixes-v4.0-rc1~178^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec2364f4910234030906b3f824b51c0d7065334;p=pandora-kernel.git rtc: Update rtc-dev to use y2038-safe time interfaces Currently, rtc-dev.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