From: Sam Ravnborg Date: Fri, 16 May 2014 21:26:06 +0000 (+0200) Subject: sparc64: fix sparse warnings in aes_glue.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756382cb5743b8f5c8383672928f0bd955d82a7a;p=pandora-kernel.git sparc64: fix sparse warnings in aes_glue.c Fix following warnings: aes_glue.c:127:16: warning: symbol 'aes128_ops' was not declared. Should it be static? aes_glue.c:139:16: warning: symbol 'aes192_ops' was not declared. Should it be static? aes_glue.c:151:16: warning: symbol 'aes256_ops' was not declared. Should it be static? Fix by defining the variables static as they are not used outside this file Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed