projects
/
wrapfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1104012
)
unexport ktime_get_real
author
Adrian Bunk
<bunk@kernel.org>
Sat, 6 Oct 2007 19:14:55 +0000
(21:14 +0200)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/kernel/hrtimer.c
b/kernel/hrtimer.c
index a29ceb04c257ee9b2e47a038ea553b85f5ef47d2..3372edd69edbe41dd6ca05e4558608625548fe9a 100644
(file)
--- 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:
*