summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-06 21:14:55 +0200
committerAdrian Bunk <bunk@stusta.de>2007-10-06 21:14:55 +0200
commit9b30f6d3f241699d9215c0f96e2d46f38064bb32 (patch)
tree1c08654337791eec65920b9096ed29365f8c11df
parent1104012f7911f1b46a4cdd23c4b949337211920f (diff)
unexport ktime_get_real
A static function mustn't be exported. Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r--kernel/hrtimer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index a29ceb04c257..3372edd69edb 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -68,8 +68,6 @@ static ktime_t ktime_get_real(void)
return timespec_to_ktime(now);
}
-EXPORT_SYMBOL_GPL(ktime_get_real);
-
/*
* The timer bases:
*