From: Jingoo Han Date: Fri, 9 Aug 2013 07:14:51 +0000 (+0900) Subject: cpufreq: unicore2: Staticize local symbol X-Git-Tag: v3.12-rc1~178^2~4^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e25246fb3d7455dc3405435da70156370e285ec;p=pandora-kernel.git cpufreq: unicore2: Staticize local symbol This local symbol is used only in this file. Fix the following sparse warnings: drivers/cpufreq/unicore2-cpufreq.c:27:5: warning: symbol 'ucv2_verify_speed' was not declared. Should it be static? Signed-off-by: Jingoo Han Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed