aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-10-06 05:23:43 -0400
committerAlexey Dobriyan <adobriyan@gmail.com>2008-10-23 10:06:12 -0400
commitb5aadf7f14c1acc94956aa257e018e9de3881f41 (patch)
tree5add08715374d105dc16f4135e2445e4a3b65a17 /include/linux/sched.h
parent3b5d5c6b0ccba733a313f8752ebc3f8015628ba3 (diff)
proc: move /proc/schedstat boilerplate to kernel/sched_stats.h
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 5c38db536e07..7f60cb9b53cb 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -681,10 +681,6 @@ struct sched_info {
681}; 681};
682#endif /* defined(CONFIG_SCHEDSTATS) || defined(CONFIG_TASK_DELAY_ACCT) */ 682#endif /* defined(CONFIG_SCHEDSTATS) || defined(CONFIG_TASK_DELAY_ACCT) */
683 683
684#ifdef CONFIG_SCHEDSTATS
685extern const struct file_operations proc_schedstat_operations;
686#endif /* CONFIG_SCHEDSTATS */
687
688#ifdef CONFIG_TASK_DELAY_ACCT 684#ifdef CONFIG_TASK_DELAY_ACCT
689struct task_delay_info { 685struct task_delay_info {
690 spinlock_t lock; 686 spinlock_t lock;