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)
commitd4bda8f843a4667f3800dd0eff116c65360deeef
treeb03a3c330646b795768f83897f31297ff4ff7a47
parentc2c11ae4b6bc03b41720337028b940cbec9e316f
rtc: Update suspend/resume timing to use 64bit time

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>
drivers/rtc/class.c