* PATCH: time.c needs to export more funcs
@ 2003-07-20 16:20 Vincent Stehlé
2003-07-21 17:26 ` Jun Sun
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Stehlé @ 2003-07-20 16:20 UTC (permalink / raw)
To: linux-mips
Hi,
time.c needs to export some more functions for modules such as mips_rtc.
Regards,
---
diff -urN -X dontdiff linux/arch/mips/kernel/time.c
linux-vs/arch/mips/kernel/time.c
--- linux/arch/mips/kernel/time.c 2003-07-18 03:30:14.000000000 +0200
+++ linux-vs/arch/mips/kernel/time.c 2003-07-18 03:41:19.000000000 +0200
@@ -585,3 +585,6 @@
}
EXPORT_SYMBOL(rtc_lock);
+EXPORT_SYMBOL(to_tm);
+EXPORT_SYMBOL(rtc_set_time);
+EXPORT_SYMBOL(rtc_get_time);
--
Vincent
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH: time.c needs to export more funcs
2003-07-20 16:20 PATCH: time.c needs to export more funcs Vincent Stehlé
@ 2003-07-21 17:26 ` Jun Sun
0 siblings, 0 replies; 2+ messages in thread
From: Jun Sun @ 2003-07-21 17:26 UTC (permalink / raw)
To: Vincent Stehlé; +Cc: linux-mips, jsun
On Sun, Jul 20, 2003 at 06:20:42PM +0200, Vincent Stehlé wrote:
>
> Hi,
>
> time.c needs to export some more functions for modules such as mips_rtc.
>
> Regards,
>
> ---
> diff -urN -X dontdiff linux/arch/mips/kernel/time.c
> linux-vs/arch/mips/kernel/time.c
> --- linux/arch/mips/kernel/time.c 2003-07-18 03:30:14.000000000 +0200
> +++ linux-vs/arch/mips/kernel/time.c 2003-07-18 03:41:19.000000000 +0200
> @@ -585,3 +585,6 @@
> }
>
> EXPORT_SYMBOL(rtc_lock);
> +EXPORT_SYMBOL(to_tm);
> +EXPORT_SYMBOL(rtc_set_time);
> +EXPORT_SYMBOL(rtc_get_time);
>
Thanks. Just applied.
Jun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-07-21 17:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-20 16:20 PATCH: time.c needs to export more funcs Vincent Stehlé
2003-07-21 17:26 ` Jun Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox