rtc: Update suspend/resume timing to use 64bit time
authorJohn Stultz <john.stultz@linaro.org>
Fri, 21 Nov 2014 05:06:12 +0000 (21:06 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 21 Nov 2014 20:00:00 +0000 (12:00 -0800)
Currently the rtc suspend/resume timing is done using
y2038 problematic timespecs. So update the code to utilize
timespec64 types.

Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found