sched: remove the 'u64 now' parameter from ->dequeue_task()
[deliverable/linux.git] / kernel / sched_rt.c
index 1edaa99e0d3d34fe6122323d96d7a03b4fd2c462..60591e2512b1434b9e5f873df5b1fef2313405e6 100644 (file)
@@ -36,8 +36,7 @@ static void enqueue_task_rt(struct rq *rq, struct task_struct *p, int wakeup)
 /*
  * Adding/removing a task to/from a priority array:
  */
-static void
-dequeue_task_rt(struct rq *rq, struct task_struct *p, int sleep, u64 now)
+static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int sleep)
 {
        struct rt_prio_array *array = &rq->rt.active;
 
This page took 0.024402 seconds and 5 git commands to generate.