diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-06 21:14:55 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-10-06 21:14:55 +0200 |
commit | 9b30f6d3f241699d9215c0f96e2d46f38064bb32 (patch) | |
tree | 1c08654337791eec65920b9096ed29365f8c11df | |
parent | 1104012f7911f1b46a4cdd23c4b949337211920f (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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index a29ceb04c25..3372edd69ed 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: * |