crypto: qce - fix sparse warnings
[firefly-linux-kernel-4.4.55.git] / drivers / crypto / qce / common.h
index 411b1fc97216a1a32b4cd0185fef34a17117d83b..a4addd4f7d6cfac37236eccb387f798e6b80d604 100644 (file)
@@ -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;