Re: [PATCH v2 4/10] cpufreq: governor: Move abstract gov_attr_set code to seperate file
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2016-03-04 05:52:53
Also in:
linux-acpi, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2016-03-04 05:52:53
Also in:
linux-acpi, lkml
On 04-03-16, 04:03, Rafael J. Wysocki wrote:
From: Rafael J. Wysocki <redacted> Move abstract code related to struct gov_attr_set to a separate (new) file so it can be shared with (future) goverernors that won't share more code with "ondemand" and "conservative". No intentional functional changes. Signed-off-by: Rafael J. Wysocki <redacted> --- Changes from the previous version: - Different name of the new file. - Different name of the new Kconfig symbol.
Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh