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_...@huawei.com>
I think this wants: Fixes: 31f6a8c0a471 ("sched/topology,schedutil: Wrap sched domains rebuild") But, with that: Reviewed-by: Quentin Perret <qper...@google.com> Thanks, Quentin