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

Commit 9914aee8 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[PATCH] uml: remove useless declaration



wall_to_monotonic isn't used in this file, so we can remove the declaration.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 23bbd586
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -17,11 +17,6 @@
#include "kern_constants.h"
#include "os.h"

/* XXX This really needs to be declared and initialized in a kernel file since
 * it's in <linux/time.h>
 */
extern struct timespec wall_to_monotonic;

static void set_interval(int timer_type)
{
	int usec = 1000000/hz();