[S390] Get rid of a lot of sparse warnings.
[safe/jmp/linux-2.6] / arch / s390 / crypto / aes_s390.c
index 15c9eec..3bf9ea4 100644 (file)
@@ -27,9 +27,9 @@
 /* data block size for all key lengths */
 #define AES_BLOCK_SIZE         16
 
-int has_aes_128 = 0;
-int has_aes_192 = 0;
-int has_aes_256 = 0;
+static int has_aes_128 = 0;
+static int has_aes_192 = 0;
+static int has_aes_256 = 0;
 
 struct s390_aes_ctx {
        u8 iv[AES_BLOCK_SIZE];