commit | e3f5ed9393042188a1716d3873415ef44161addf | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 18 02:33:43 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 09 14:41:09 2016 +0100 |
tree | aff35ea23e825a9d1c1f02199b937da3ad3bc183 | |
parent | 47ebaac1f32dc606262be48a72f9cea6af376414 [diff] |
cpufreq: governor: Make dbs_data_mutex static That mutex is only used by cpufreq_governor_dbs() and it doesn't need to be exported to modules, so make it static and drop the export incantation. No functional changes. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>