RE: [PATCH 08/11] PM / devfreq: Make update_devfreq() public

From: MyungJoo Ham
Date: Mon May 28 2018 - 01:24:33 EST


>Currently update_devfreq() is only visible to devfreq governors outside
>of devfreq.c. Make it public to allow drivers that adjust devfreq policies
>to cause a re-evaluation of the frequency after a policy change.
>
>Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
>---
> drivers/devfreq/governor.h | 3 ---
> include/linux/devfreq.h | 8 ++++++++
> 2 files changed, 8 insertions(+), 3 deletions(-)

With the requirement from patch 9/11, this commit is reasonable enough.

Acked-by: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx>