]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq/intel_pstate: Add static declarations to internal functions
authorDirk Brandewie <dirk.j.brandewie@intel.com>
Wed, 30 Oct 2013 15:38:32 +0000 (08:38 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 23:11:08 +0000 (00:11 +0100)
commite0a261a207fb5bcbc6cc5db3b51a96d9cbe9b97e
treeeff13313075c31cdf92565e7bd907d61a27251b8
parent45cac118ffd7c9920b3d85bf551c2205674eb4f2
cpufreq/intel_pstate: Add static declarations to internal functions

Fixes warnings reported by kbuild test robot

sparse warnings: (new ones prefixed by >>)

drivers/cpufreq/intel_pstate.c:729:6: sparse: symbol 'copy_pid_params' was not declared. Should it be static?
drivers/cpufreq/intel_pstate.c:739:6: sparse: symbol 'copy_cpu_funcs' was not declared. Should it be static?

Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c