cpufreq: governor: Make dbs_data_mutex static
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 18 Feb 2016 01:33:43 +0000 (02:33 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 13:41:09 +0000 (14:41 +0100)
commite3f5ed9393042188a1716d3873415ef44161addf
treeaff35ea23e825a9d1c1f02199b937da3ad3bc183
parent47ebaac1f32dc606262be48a72f9cea6af376414
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>
drivers/cpufreq/cpufreq_governor.c
drivers/cpufreq/cpufreq_governor.h
This page took 0.025365 seconds and 5 git commands to generate.