sched: remove the 'u64 now' parameter from ->pick_next_task()
[sfrench/cifs-2.6.git] / include / linux / sched.h
index c7815a6b70e01b289fec06602eecc8f96c374b74..c6ad4071c79122ff1b1f4a74deb765e02c25db5f 100644 (file)
@@ -861,7 +861,7 @@ struct sched_class {
 
        void (*check_preempt_curr) (struct rq *rq, struct task_struct *p);
 
-       struct task_struct * (*pick_next_task) (struct rq *rq, u64 now);
+       struct task_struct * (*pick_next_task) (struct rq *rq);
        void (*put_prev_task) (struct rq *rq, struct task_struct *p, u64 now);
 
        unsigned long (*load_balance) (struct rq *this_rq, int this_cpu,