Commit f23e0372 authored by Russell King's avatar Russell King

[ARM] Fix a small typo in SA1100 time.h

parent 65ba6515
......@@ -97,7 +97,7 @@ void __init time_init(void)
gettimeoffset = sa1100_gettimeoffset;
set_rtc = sa1100_set_rtc;
tv.tv.nsec = 0;
tv.tv_nsec = 0;
tv.tv_sec = sa1100_get_rtc_time();
do_settimeofday(&tv);
......
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