Commit a648e811 authored by Mark Mason's avatar Mark Mason Committed by Ralf Baechle

MIPS: Sibyte: Fix compilation error.

Build error introduced by d4f587c6.
Signed-off-by: default avatarMark Mason <mmason@upwardaccess.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0863be2e
......@@ -106,7 +106,7 @@ void read_persistent_clock(struct timespec *ts)
break;
}
ts->tv_sec = sec;
tv->tv_nsec = 0;
ts->tv_nsec = 0;
}
int rtc_mips_set_time(unsigned long sec)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment