aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/crypto
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2016-02-17 07:00:01 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2016-02-17 15:53:02 +0800
commit49abc0d2e19b28e90f443334fb6cd66f275713e6 (patch)
tree6eec0f9baa287e479bc2ac1cc319a73c9fb018a9 /arch/powerpc/crypto
parentcrypto: doc - add skcipher API documentation (diff)
downloadlinux-dev-49abc0d2e19b28e90f443334fb6cd66f275713e6.tar.xz
linux-dev-49abc0d2e19b28e90f443334fb6cd66f275713e6.zip
crypto: xts - fix compile errors
Commit 28856a9e52c7 missed the addition of the crypto/xts.h include file for different architecture-specific AES implementations. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/powerpc/crypto')
-rw-r--r--arch/powerpc/crypto/aes-spe-glue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/crypto/aes-spe-glue.c b/arch/powerpc/crypto/aes-spe-glue.c
index 160807977abe..ab113198ed20 100644
--- a/arch/powerpc/crypto/aes-spe-glue.c
+++ b/arch/powerpc/crypto/aes-spe-glue.c
@@ -22,6 +22,7 @@
#include <asm/byteorder.h>
#include <asm/switch_to.h>
#include <crypto/algapi.h>
+#include <crypto/xts.h>
/*
* MAX_BYTES defines the number of bytes that are allowed to be processed