]> git.baikalelectronics.ru Git - kernel.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)
commitfc576a76e1ee862d836ec47c3f710a513db941c8
treeeff13313075c31cdf92565e7bd907d61a27251b8
parent68e22256c55906032a16c27baed4892ee73c762a
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