Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25957
b: refs/heads/master
c: a682a24
h: refs/heads/master
i:
  25955: faa79e6
v: v3
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent 0cde7b9 commit 9b2b266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 193dd2ce2a4a1c5b2e7814544572424d497069db
refs/heads/master: a682a2417007ad6265cd71b97b751753fd10e2fb
4 changes: 2 additions & 2 deletions trunk/include/asm-mips/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static inline unsigned int get_rtc_time(struct rtc_time *time)
{
unsigned long nowtime;

nowtime = rtc_get_time();
nowtime = rtc_mips_get_time();
to_tm(nowtime, time);
time->tm_year -= 1900;

Expand All @@ -47,7 +47,7 @@ static inline int set_rtc_time(struct rtc_time *time)
nowtime = mktime(time->tm_year+1900, time->tm_mon+1,
time->tm_mday, time->tm_hour, time->tm_min,
time->tm_sec);
ret = rtc_set_time(nowtime);
ret = rtc_mips_set_time(nowtime);

return ret;
}
Expand Down

0 comments on commit 9b2b266

Please sign in to comment.