projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a397e8
)
clockevents: unexport tick_nohz_get_sleep_length
author
Adrian Bunk
<bunk@kernel.org>
Wed, 24 Oct 2007 16:24:22 +0000
(18:24 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 29 Oct 2007 08:39:38 +0000
(09:39 +0100)
This patch removes the unused
EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-sched.c
patch
|
blob
|
history
diff --git
a/kernel/time/tick-sched.c
b/kernel/time/tick-sched.c
index 10a1347597fd394fec309d1ae74663ae2d9ae05c..5997456ebbc913f30d922587feb0c0d9818e62f6 100644
(file)
--- a/
kernel/time/tick-sched.c
+++ b/
kernel/time/tick-sched.c
@@
-320,8
+320,6
@@
ktime_t tick_nohz_get_sleep_length(void)
return ts->sleep_length;
}
-EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length);
-
/**
* nohz_restart_sched_tick - restart the idle tick from the idle task
*