time: Export nsecs_to_jiffies()
Required for moving drivers to the nanosecond based interfaces. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
parent
897994e32b
commit
d560fed6ab
|
@ -757,6 +757,7 @@ unsigned long nsecs_to_jiffies(u64 n)
|
||||||
{
|
{
|
||||||
return (unsigned long)nsecs_to_jiffies64(n);
|
return (unsigned long)nsecs_to_jiffies64(n);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(nsecs_to_jiffies);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Add two timespec values and do a safety check for overflow.
|
* Add two timespec values and do a safety check for overflow.
|
||||||
|
|
Loading…
Reference in New Issue