linux/arch/sparc/crypto
Sam Ravnborg 756382cb57 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 <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-18 19:01:33 -07:00
..
Makefile
aes_asm.S
aes_glue.c
camellia_asm.S
camellia_glue.c
crc32c_asm.S
crc32c_glue.c
crop_devid.c
des_asm.S
des_glue.c
md5_asm.S
md5_glue.c
opcodes.h
sha1_asm.S
sha1_glue.c
sha256_asm.S
sha256_glue.c
sha512_asm.S
sha512_glue.c