From: Jingoo Han Date: Mon, 12 Aug 2013 03:35:46 +0000 (+0900) Subject: FMC: Staticize local symbols X-Git-Tag: v3.12-rc1~185^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d04dd2f960aa01a09593576f4df56a052ef32a7;p=pandora-kernel.git FMC: Staticize local symbols This local symbol is used only in this file. Fix the following sparse warnings: drivers/fmc/fmc-write-eeprom.c:106:5: warning: symbol 'fwe_probe' was not declared. Should it be static? drivers/fmc/fmc-write-eeprom.c:147:5: warning: symbol 'fwe_remove' was not declared. Should it be static? Signed-off-by: Jingoo Han Acked-by: Alessandro Rubini Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed