Re: [PATCH 5/7] sched/deadline: drop duplicate init_sched_dl_class declaration

2015-04-08 Thread Wanpeng Li
Hi Juri, On Wed, Apr 08, 2015 at 09:47:33AM +0100, Juri Lelli wrote: >Hi, > >On 06/04/2015 09:53, Wanpeng Li wrote: >> There are two init_sched_dl_class declarations, this patch drop the >> duplicated one. >> > >I guess the changelog needs to be trimmed. Apart from this, the Will do in v2, thank

Re: [PATCH 5/7] sched/deadline: drop duplicate init_sched_dl_class declaration

2015-04-08 Thread Juri Lelli
Hi, On 06/04/2015 09:53, Wanpeng Li wrote: > There are two init_sched_dl_class declarations, this patch drop the > duplicated one. > I guess the changelog needs to be trimmed. Apart from this, the patch looks of course good, thanks! Best, - Juri > Signed-off-by: Wanpeng Li > --- > kernel/s

[PATCH 5/7] sched/deadline: drop duplicate init_sched_dl_class declaration

2015-04-06 Thread Wanpeng Li
There are two init_sched_dl_class declarations, this patch drop the duplicated one. Signed-off-by: Wanpeng Li --- kernel/sched/sched.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index e0e1299..c9b2689 100644 --- a/kernel/sched/sched.h +++ b/ke