aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Dike <[email protected]>2006-07-10 04:45:07 -0700
committerLinus Torvalds <[email protected]>2006-07-10 13:24:23 -0700
commit9914aee827322f46c306d724b38ad73af7daa9a5 (patch)
treeb59dd961ced14122946156576e6518cce88d1d8f
parent23bbd586ed7894982fd9323f63b2065afbb77773 (diff)
[PATCH] uml: remove useless declaration
wall_to_monotonic isn't used in this file, so we can remove the declaration. Signed-off-by: Jeff Dike <[email protected]> Cc: Paolo 'Blaisorblade' Giarrusso <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--arch/um/os-Linux/time.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/os-Linux/time.c b/arch/um/os-Linux/time.c
index beb7f9666de3..31fb3235f552 100644
--- a/arch/um/os-Linux/time.c
+++ b/arch/um/os-Linux/time.c
@@ -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();