commit | 47ebaac1f32dc606262be48a72f9cea6af376414 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 18 18:41:36 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 09 14:41:09 2016 +0100 |
tree | 9029e05e72c70383a205bfde274d4f3084c662f3 | |
parent | 8c8f77fd0719a079450f59debed4f69ede825adb [diff] |
cpufreq: governor: Relocate definitions of tuners structures Move the definitions of struct od_dbs_tuners and struct cs_dbs_tuners from the common governor header to the ondemand and conservative governor code, respectively, as they don't need to be in the common header any more. No functional changes. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>