RE: [PATCH] PM / devfreq: Move struct devfreq_governor to devfreq directory

From: MyungJoo Ham
Date: Fri Apr 07 2017 - 02:41:48 EST


> This patch moves the struct devfreq_governor from header file
> to the devfreq directory because this structure is private data
> and it have to be only accessed by the devfreq core.
>
> Signed-off-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
> ---
> drivers/devfreq/governor.h | 29 +++++++++++++++++++++++++++++
> include/linux/devfreq.h | 30 +-----------------------------
> 2 files changed, 30 insertions(+), 29 deletions(-)
>

Where have you based on the commit?
It's not appliable to 4.11-rc5.


Cheers,
MyungJoo