sched: Make task_vruntime_update() prototype visible
authorArnd Bergmann <arnd@arndb.de>
Mon, 22 May 2023 19:50:20 +0000 (21:50 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 30 May 2023 20:46:26 +0000 (22:46 +0200)
commitf7df852ad6dbb84644e75df7402d9a34f39f31bd
tree191203718d698a030b2926e068afb8c63d244a39
parentc0bdfd72fbfb7319581bd5bb09b4f10979385bac
sched: Make task_vruntime_update() prototype visible

Having the prototype next to the caller but not visible to the callee causes
a W=1 warning:

kernel/sched/fair.c:11985:6: error: no previous prototype for 'task_vruntime_update' [-Werror=missing-prototypes]

Move this to a header, as we do for all other function declarations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org>
Link: https://lore.kernel.org/r/20230522195021.3456768-5-arnd@kernel.org
kernel/sched/sched.h