Re: [PATCH] cpufreq: SPEAr: Fix sparse warning for cpufreq driver

2013-01-12 Thread Rafael J. Wysocki
On Saturday, January 12, 2013 10:42:09 AM Viresh Kumar wrote: > This patch fixes following sparse warning: > > drivers/cpufreq/spear-cpufreq.c:33:5: warning: symbol 'spear_cpufreq_verify' > was > not declared. Should it be static? Applied to the linux-next branch of the linux-pm.git tree as v3.9

[PATCH] cpufreq: SPEAr: Fix sparse warning for cpufreq driver

2013-01-11 Thread Viresh Kumar
This patch fixes following sparse warning: drivers/cpufreq/spear-cpufreq.c:33:5: warning: symbol 'spear_cpufreq_verify' was not declared. Should it be static? Signed-off-by: Viresh Kumar --- drivers/cpufreq/spear-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv