aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sh/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c
index 3f4706aa975e..0e0e8581cf7a 100644
--- a/arch/sh/kernel/time.c
+++ b/arch/sh/kernel/time.c
@@ -41,7 +41,7 @@ int (*rtc_sh_set_time)(const time_t) = null_rtc_set_time;
41#ifdef CONFIG_GENERIC_CMOS_UPDATE 41#ifdef CONFIG_GENERIC_CMOS_UPDATE
42void read_persistent_clock(struct timespec *ts) 42void read_persistent_clock(struct timespec *ts)
43{ 43{
44 rtc_sh_get_time(&ts); 44 rtc_sh_get_time(ts);
45} 45}
46 46
47int update_persistent_clock(struct timespec now) 47int update_persistent_clock(struct timespec now)