sched: Drop the rq argument to sched_class::select_task_rq()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / kernel / sched_fair.c
index 4ee50f0..96b2c95 100644 (file)
@@ -1657,7 +1657,7 @@ static int select_idle_sibling(struct task_struct *p, int target)
  * preempt must be disabled.
  */
 static int
-select_task_rq_fair(struct rq *rq, struct task_struct *p, int sd_flag, int wake_flags)
+select_task_rq_fair(struct task_struct *p, int sd_flag, int wake_flags)
 {
        struct sched_domain *tmp, *affine_sd = NULL, *sd = NULL;
        int cpu = smp_processor_id();