aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/frv/kernel/time.c1
-rw-r--r--arch/sh64/kernel/time.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/frv/kernel/time.c b/arch/frv/kernel/time.c
index 8d6558b00e44..f43b734482e3 100644
--- a/arch/frv/kernel/time.c
+++ b/arch/frv/kernel/time.c
@@ -221,6 +221,7 @@ int do_settimeofday(struct timespec *tv)
221 clock_was_set(); 221 clock_was_set();
222 return 0; 222 return 0;
223} 223}
224EXPORT_SYMBOL(do_settimeofday);
224 225
225/* 226/*
226 * Scheduler clock - returns current time in nanosec units. 227 * Scheduler clock - returns current time in nanosec units.
diff --git a/arch/sh64/kernel/time.c b/arch/sh64/kernel/time.c
index f4a62a10053c..43e395a14f49 100644
--- a/arch/sh64/kernel/time.c
+++ b/arch/sh64/kernel/time.c
@@ -253,6 +253,7 @@ int do_settimeofday(struct timespec *tv)
253 253
254 return 0; 254 return 0;
255} 255}
256EXPORT_SYMBOL(do_settimeofday);
256 257
257static int set_rtc_time(unsigned long nowtime) 258static int set_rtc_time(unsigned long nowtime)
258{ 259{