Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c3f944e authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki Committed by David S. Miller
Browse files

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: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d7ee147d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -379,6 +379,7 @@ void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec)
	ts->tv_sec = sec;
	ts->tv_sec = sec;
	ts->tv_nsec = nsec;
	ts->tv_nsec = nsec;
}
}
EXPORT_SYMBOL(set_normalized_timespec);


/**
/**
 * ns_to_timespec - Convert nanoseconds to timespec
 * ns_to_timespec - Convert nanoseconds to timespec