From: Anton Vorontsov Date: Thu, 8 Jul 2010 17:16:16 +0000 (+0400) Subject: powerpc/cpm1: Mark micropatch code/data static and __init X-Git-Tag: v2.6.35-rc6~42^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af71bcfeaaaad92147922282341d394093a4fc9b;p=pandora-kernel.git powerpc/cpm1: Mark micropatch code/data static and __init This saves runtime memory and fixes lots of sparse warnings like this: CHECK arch/powerpc/sysdev/micropatch.c arch/powerpc/sysdev/micropatch.c:27:6: warning: symbol 'patch_2000' was not declared. Should it be static? arch/powerpc/sysdev/micropatch.c:146:6: warning: symbol 'patch_2f00' was not declared. Should it be static? ... Signed-off-by: Anton Vorontsov Signed-off-by: Kumar Gala --- Reading git-diff-tree failed