Re: [PATCH -next] sched/topology: Mark some symbols with static keyword

From: Quentin Perret
Date: Tue Nov 24 2020 - 08:24:35 EST


On Tuesday 24 Nov 2020 at 19:52:11 (+0800), Zou Wei wrote:
> Fix the following sparse warnings:
>
> kernel/sched/topology.c:211:1: warning: symbol 'sched_energy_mutex' was not declared. Should it be static?
> kernel/sched/topology.c:212:6: warning: symbol 'sched_energy_update' was not declared. Should it be static?
>
> Signed-off-by: Zou Wei <zou_wei@xxxxxxxxxx>

I think this wants:

Fixes: 31f6a8c0a471 ("sched/topology,schedutil: Wrap sched domains rebuild")

But, with that:

Reviewed-by: Quentin Perret <qperret@xxxxxxxxxx>

Thanks,
Quentin