diff options
| author | Xunlei Pang <[email protected]> | 2015-04-01 20:34:32 -0700 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2015-04-03 08:18:28 +0200 |
| commit | a015b8aabfd2fb58875dea001f1eac8100eacc2e (patch) | |
| tree | 34514f71a00e35e2ab28b06351dc81d83df5fd44 /tools/perf/scripts/python/bin | |
| parent | 482494a8d395877c4776a3d76f89342d7ad7c4c6 (diff) | |
drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_t
We want to convert mxc_rtc_set_mmss() to use rtc_class_ops's
set_mmss64(), but it uses get_alarm_or_time()/set_alarm_or_time()
internal interfaces which are y2038 unsafe.
So here as a separate patch, it converts these two internal
interfaces of "mxc" to use safe time64_t to make some
preparations.
Signed-off-by: Xunlei Pang <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Acked-by: Alessandro Zummo <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions