X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fqce%2Fcommon.h;h=a4addd4f7d6cfac37236eccb387f798e6b80d604;hb=19d402c1e75077e2bcfe17f7fe5bcfc8deb74991;hp=411b1fc97216a1a32b4cd0185fef34a17117d83b;hpb=ec8f5d8f6f76b939f662d6e83041abecabef0a34;p=cascardo%2Flinux.git diff --git a/drivers/crypto/qce/common.h b/drivers/crypto/qce/common.h index 411b1fc97216..a4addd4f7d6c 100644 --- a/drivers/crypto/qce/common.h +++ b/drivers/crypto/qce/common.h @@ -85,7 +85,7 @@ struct qce_alg_template { struct list_head entry; u32 crypto_alg_type; unsigned long alg_flags; - const __be32 *std_iv; + const u32 *std_iv; union { struct crypto_alg crypto; struct ahash_alg ahash;