diff options
Diffstat (limited to 'drivers/crypto/ccp/ccp-crypto.h')
-rw-r--r-- | drivers/crypto/ccp/ccp-crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ccp/ccp-crypto.h b/drivers/crypto/ccp/ccp-crypto.h index 45f17c394e4a..13ea6ea4b45d 100644 --- a/drivers/crypto/ccp/ccp-crypto.h +++ b/drivers/crypto/ccp/ccp-crypto.h @@ -39,7 +39,7 @@ struct ccp_crypto_ablkcipher_alg { struct ccp_crypto_ahash_alg { struct list_head entry; - const u32 *init; + const __be32 *init; u32 type; u32 mode; |