Skip to content

Commit

Permalink
MIPS: Sibyte: Fix compilation error.
Browse files Browse the repository at this point in the history
Build error introduced by d4f587c.

Signed-off-by: Mark Mason <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Mark Mason authored and ralfbaechle committed Sep 30, 2009
1 parent 0863be2 commit a648e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/sibyte/swarm/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a648e81

Please sign in to comment.