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 <[email protected]>
----
NOTE: since the rest of exports are normal ones, no _GPL() lossage here.
diff -urN RC14-base/arch/frv/kernel/time.c current/arch/frv/kernel/time.c
--- RC14-base/arch/frv/kernel/time.c 2005-10-28 16:42:39.000000000 -0400
+++ current/arch/frv/kernel/time.c 2005-10-29 02:28:46.000000000 -0400
@@ -221,6 +221,7 @@
clock_was_set();
return 0;
}
+EXPORT_SYMBOL(do_settimeofday);
/*
* Scheduler clock - returns current time in nanosec units.
diff -urN RC14-base/arch/sh64/kernel/time.c current/arch/sh64/kernel/time.c
--- RC14-base/arch/sh64/kernel/time.c 2005-10-28 16:42:40.000000000 -0400
+++ current/arch/sh64/kernel/time.c 2005-10-29 02:28:03.000000000 -0400
@@ -253,6 +253,7 @@
return 0;
}
+EXPORT_SYMBOL(do_settimeofday);
static int set_rtc_time(unsigned long nowtime)
{
diff -urN RC14-base/kernel/time.c current/kernel/time.c
--- RC14-base/kernel/time.c 2005-10-28 16:42:49.000000000 -0400
+++ current/kernel/time.c 2005-10-29 02:28:11.000000000 -0400
@@ -532,6 +532,7 @@
clock_was_set();
return 0;
}
+EXPORT_SYMBOL(do_settimeofday);
void do_gettimeofday (struct timeval *tv)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]