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:
e196441
)
cpuidle: unexport tick_nohz_get_sleep_length
author
Adrian Bunk
<
[email protected]
>
Wed, 24 Oct 2007 16:24:22 +0000
(18:24 +0200)
committer
Len Brown
<
[email protected]
>
Thu, 25 Oct 2007 21:40:05 +0000
(17:40 -0400)
This patch removes the unused
EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length),
which we no long user b/c we no longer build optional modules.
Signed-off-by: Adrian Bunk <
[email protected]
>
Acked-by: Venkatesh Pallipadi <
[email protected]
>
Acked-by: Thomas Gleixner <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
kernel/time/tick-sched.c
patch
|
blob
|
history
diff --git
a/kernel/time/tick-sched.c
b/kernel/time/tick-sched.c
index 637519af61510bdc6e8b07c2657a6d5ffe5d43e0..28d3287afe84a0902dc113a785f66a8bdbe0a5d1 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
*