| To: | linux-mips <linux-mips@linux-mips.org> |
|---|---|
| Subject: | PATCH: time.c needs to export more funcs |
| From: | Vincent Stehlé <vincent.stehle@free.fr> |
| Date: | Sun, 20 Jul 2003 18:20:42 +0200 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2 |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | PATCH: mips64 bogus setsockopt translation, Keith M Wesolowski |
|---|---|
| Next by Date: | Re: CVS Update@-mips.org: linux, Maciej W. Rozycki |
| Previous by Thread: | PATCH: mips64 bogus setsockopt translation, Keith M Wesolowski |
| Next by Thread: | Re: PATCH: time.c needs to export more funcs, Jun Sun |
| Indexes: | [Date] [Thread] [Top] [All Lists] |