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

Commit 0a765329 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

uml: after_sleep_interval should return something



I forgot to have an int-returning function actually return something.

Signed-off-by: default avatarJeff Dike <jdike@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b00296fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ long long os_nsecs(void)
#ifdef UML_CONFIG_NO_HZ
static int after_sleep_interval(struct timespec *ts)
{
	return 0;
}
#else
static inline long long timespec_to_us(const struct timespec *ts)