From: Jingoo Han Date: Fri, 9 Aug 2013 07:11:34 +0000 (+0900) Subject: cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static X-Git-Tag: v3.12-rc1~178^2~5^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d6137da195a1e059e1c814cb95635e168f85c0;p=pandora-kernel.git cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static This local symbol is used only in this file. Fix the following sparse warnings: drivers/cpuidle/cpuidle-kirkwood.c:73:5: warning: symbol 'kirkwood_cpuidle_remove' was not declared. Should it be static ? Signed-off-by: Jingoo Han Acked-by: Jason Cooper Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed