summaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorAl Viro2005-10-29 08:32:07 +0200
committerLinus Torvalds2005-10-29 19:35:07 +0200
commit943eae03143790c71cf42fe13529f1b74ceb0266 (patch)
tree64b815091689324d1124ccafd7ab80274033bd2f /arch/frv
parent[PATCH] missing bits in sparkspkr conversion (diff)
downloadkernel-qcow2-linux-943eae03143790c71cf42fe13529f1b74ceb0266.tar.gz
kernel-qcow2-linux-943eae03143790c71cf42fe13529f1b74ceb0266.tar.xz
kernel-qcow2-linux-943eae03143790c71cf42fe13529f1b74ceb0266.zip
[PATCH] missing exports of do_settimeofday() variants
frv, sh64, ia64 and sparc64 do not have do_settimeofday() exported (the last two are using variant in kernel/time.c). Exports added to match the rest of architectures. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/kernel/time.c1
1 files changed, 1 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)
clock_was_set();
return 0;
}
+EXPORT_SYMBOL(do_settimeofday);
/*
* Scheduler clock - returns current time in nanosec units.