From: Jingoo Han Date: Fri, 9 Aug 2013 07:59:57 +0000 (+0900) Subject: crypto: crypto4xx - Staticize local symbols X-Git-Tag: v3.12-rc1~108^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a4eac799b7b8afa00e621a88092a93dd4de2506;p=pandora-kernel.git crypto: crypto4xx - Staticize local symbols These local symbols are used only in this file. Fix the following sparse warnings: drivers/crypto/amcc/crypto4xx_alg.c:35:6: warning: symbol 'set_dynamic_sa_command_0' was not declared. Should it be static? drivers/crypto/amcc/crypto4xx_alg.c:55:6: warning: symbol 'set_dynamic_sa_command_1' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: Herbert Xu --- Reading git-diff-tree failed