RE: [PATCH 03/12] PM / devfreq: Move private devfreq_update_stats() into devfreq

From: MyungJoo Ham
Date: Sun Aug 27 2017 - 21:20:52 EST


> From: Chanwoo Choi <cwchoi00@xxxxxxxxx>
>
> THe devfreq_update_stats() updates the 'struct devfreq_dev_status'
> in order to get current status of devfreq device. It is only used
> for the governors.
>
> This patch moves the devfreq_update_stats() into devfreq directory.
>
> Signed-off-by: Chanwoo Choi <cwchoi00@xxxxxxxxx>
> ---
> drivers/devfreq/governor.h | 4 ++++
> include/linux/devfreq.h | 13 -------------
> 2 files changed, 4 insertions(+), 13 deletions(-)

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