From: Dirk Brandewie Date: Wed, 30 Oct 2013 15:38:32 +0000 (-0700) Subject: cpufreq/intel_pstate: Add static declarations to internal functions X-Git-Tag: v3.13-rc1~96^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a261a207fb5bcbc6cc5db3b51a96d9cbe9b97e;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed