]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
unexport ktime_get_real
authorAdrian Bunk <bunk@kernel.org>
Sat, 6 Oct 2007 19:14:55 +0000 (21:14 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sat, 6 Oct 2007 19:14:55 +0000 (21:14 +0200)
A static function mustn't be exported.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
kernel/hrtimer.c

index a29ceb04c257ee9b2e47a038ea553b85f5ef47d2..3372edd69edbe41dd6ca05e4558608625548fe9a 100644 (file)
@@ -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:
  *