On Thursday 30 May 2019 at 16:33:56 (+0530), Viresh Kumar wrote: > On 30-05-19, 10:20, Quentin Perret wrote: > > The core CPU cooling infrastructure has power-related functions > > that have only one client: IPA. Since there can be no user of those > > functions if IPA is not compiled in, make sure to guard them with > > checks on CONFIG_THERMAL_GOV_POWER_ALLOCATOR to not waste space > > unnecessarily. > > > > Suggested-by: Daniel Lezcano <daniel.lezc...@linaro.org> > > Signed-off-by: Quentin Perret <quentin.per...@arm.com> > > --- > > drivers/thermal/cpu_cooling.c | 214 +++++++++++++++++----------------- > > 1 file changed, 104 insertions(+), 110 deletions(-) > > Acked-by: Viresh Kumar <viresh.ku...@linaro.org>
Thanks ! Quentin