sched/core: Remove unused argument from init_[rt|dl]_rq()
Obviously, 'rq' is not used in these two functions, therefore, there is no reason for it to be passed as an argument. Signed-off-by: Abel Vesa <abelvesa@gmail.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: http://lkml.kernel.org/r/1425383427-26244-1-git-send-email-abelvesa@gmail.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user