time: Export set_normalized_timespec.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, April 23, 2008 - 12:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7c3f94...
Commit:     7c3f944e29c02d71e13442e977cf4cec19c39e98
Parent:     d7ee147d4f84219a44670eb0db3a91e58d14a81c
Author:     YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
AuthorDate: Mon Apr 21 19:45:12 2008 -0700
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Mon Apr 21 19:45:12 2008 -0700

    time: Export set_normalized_timespec.
    
    Sorry I have just realized set_normalized_timespec() (used in
    timespec_sub()) is not exported, and link will fail because of it...
    
    Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 kernel/time.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/time.c b/kernel/time.c
index a5ec013..35d373a 100644
--- a/kernel/time.c
+++ b/kernel/time.c
@@ -379,6 +379,7 @@ void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec)
 	ts->tv_sec = sec;
 	ts->tv_nsec = nsec;
 }
+EXPORT_SYMBOL(set_normalized_timespec);
 
 /**
  * ns_to_timespec - Convert nanoseconds to timespec
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
time: Export set_normalized_timespec., Linux Kernel Mailing ..., (Wed Apr 23, 12:59 pm)