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

Commit d560fed6 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by John Stultz
Browse files

time: Export nsecs_to_jiffies()



Required for moving drivers to the nanosecond based interfaces.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 897994e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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.