sched/core: Remove unused argument from init_[rt|dl]_rq()
[linux-2.6-block.git] / kernel / sched / deadline.c
index 24c18dc10fd7ade5656c6868f1c587dd1e3f507d..5e2f99bd5ce064254082c7e5c640385d5bbb8489 100644 (file)
@@ -69,7 +69,7 @@ void init_dl_bw(struct dl_bw *dl_b)
        dl_b->total_bw = 0;
 }
 
-void init_dl_rq(struct dl_rq *dl_rq, struct rq *rq)
+void init_dl_rq(struct dl_rq *dl_rq)
 {
        dl_rq->rb_root = RB_ROOT;