git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b55048
)
[MIPS] Switch from to_tm to rtc_time_to_tm
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:09 +0000
(23:46 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:09 +0000
(23:46 +0100)
This replaces the MIPS-specific to_tm function with the generic
rtc_time_to_tm function. The big difference between the two functions is
that rtc_time_to_tm uses epoch 70 while to_tm uses 1970, so the result of
rtc_time_to_tm needs to be fixed up.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found