aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/kernel/time.c')
-rw-r--r--arch/um/kernel/time.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/kernel/time.c b/arch/um/kernel/time.c
index 4fc8c2586b70..633b673d5778 100644
--- a/arch/um/kernel/time.c
+++ b/arch/um/kernel/time.c
@@ -11,11 +11,6 @@
11#include "kern_util.h" 11#include "kern_util.h"
12#include "os.h" 12#include "os.h"
13 13
14int hz(void)
15{
16 return HZ;
17}
18
19/* 14/*
20 * Scheduler clock - returns current time in nanosec units. 15 * Scheduler clock - returns current time in nanosec units.
21 */ 16 */