Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core
Trivial conflict in arch/x86/Kconfig Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -668,7 +668,7 @@ int update_persistent_clock(struct timespec now)
|
||||
struct rtc_time tm;
|
||||
|
||||
if (!ppc_md.set_rtc_time)
|
||||
return 0;
|
||||
return -ENODEV;
|
||||
|
||||
to_tm(now.tv_sec + 1 + timezone_offset, &tm);
|
||||
tm.tm_year -= 1900;
|
||||
|
Reference in New Issue
Block a user