v4l2-compat-ioctl32: fix sparse warnings
[pandora-kernel.git] / drivers / crypto / geode-aes.h
index 14cc763..f1855b5 100644 (file)
@@ -65,7 +65,7 @@ struct geode_aes_op {
        int len;
 
        u8 key[AES_KEY_LENGTH];
-       u8 iv[AES_IV_LENGTH];
+       u8 *iv;
 
        union {
                struct crypto_blkcipher *blk;