sched: Remove unused parameters from sched_fork() and wake_up_new_task()
[deliverable/linux.git] / include / linux / sched.h
index 6b4280b23ee600901140ca6d7f0468afb0697dd3..12211e1666e2510b6389c47db75110b6ec8232ac 100644 (file)
@@ -2051,14 +2051,13 @@ extern void xtime_update(unsigned long ticks);
 
 extern int wake_up_state(struct task_struct *tsk, unsigned int state);
 extern int wake_up_process(struct task_struct *tsk);
-extern void wake_up_new_task(struct task_struct *tsk,
-                               unsigned long clone_flags);
+extern void wake_up_new_task(struct task_struct *tsk);
 #ifdef CONFIG_SMP
  extern void kick_process(struct task_struct *tsk);
 #else
  static inline void kick_process(struct task_struct *tsk) { }
 #endif
-extern void sched_fork(struct task_struct *p, int clone_flags);
+extern void sched_fork(struct task_struct *p);
 extern void sched_dead(struct task_struct *p);
 
 extern void proc_caches_init(void);
This page took 0.024611 seconds and 5 git commands to generate.