crypto: marvell/cesa - keep creq->state in CPU endian format at all times
[linux-drm-fsl-dcu.git] / drivers / crypto / marvell / cesa.h
index b60698b30d30a2e30b24b3cc625a9821254fc980..5a1fabdd67788f1f61742f00b4ec6a941d5c318c 100644 (file)
@@ -612,7 +612,7 @@ struct mv_cesa_ahash_req {
        u64 len;
        int src_nents;
        bool last_req;
-       __be32 state[8];
+       u32 state[8];
 };
 
 /* CESA functions */