diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 55e30d114477..8cccd6dc5d66 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -259,8 +259,6 @@ static inline int select_nohz_load_balancer(int cpu) | |||
259 | } | 259 | } |
260 | #endif | 260 | #endif |
261 | 261 | ||
262 | extern unsigned long rt_needs_cpu(int cpu); | ||
263 | |||
264 | /* | 262 | /* |
265 | * Only dump TASK_* tasks. (0 for all tasks) | 263 | * Only dump TASK_* tasks. (0 for all tasks) |
266 | */ | 264 | */ |
@@ -2224,6 +2222,7 @@ extern void normalize_rt_tasks(void); | |||
2224 | extern struct task_group init_task_group; | 2222 | extern struct task_group init_task_group; |
2225 | #ifdef CONFIG_USER_SCHED | 2223 | #ifdef CONFIG_USER_SCHED |
2226 | extern struct task_group root_task_group; | 2224 | extern struct task_group root_task_group; |
2225 | extern void set_tg_uid(struct user_struct *user); | ||
2227 | #endif | 2226 | #endif |
2228 | 2227 | ||
2229 | extern struct task_group *sched_create_group(struct task_group *parent); | 2228 | extern struct task_group *sched_create_group(struct task_group *parent); |