Re: [PATCH v6 15/20] sched: Add proxy deactivate helper

From: John Stultz
Date: Fri Nov 17 2023 - 19:28:21 EST


On Tue, Nov 7, 2023 at 6:52 PM kernel test robot <lkp@xxxxxxxxx> wrote:
>
> kernel test robot noticed the following build warnings:
>
...
> >> kernel/sched/core.c:6616:6: warning: no previous prototype for 'proxy_deactivate' [-Wmissing-prototypes]
> 6616 | bool proxy_deactivate(struct rq *rq, struct task_struct *next)
> | ^~~~~~~~~~~~~~~~


Thank you! I've fixed this up for v7

thanks again
-john