summaryrefslogtreecommitdiffstats
path: root/arch/arm/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/arm/crypto
parentba871e1d299154953dcee23590c0316283897261 (diff)
downloadop-kernel-dev-49abc0d2e19b28e90f443334fb6cd66f275713e6.zip
op-kernel-dev-49abc0d2e19b28e90f443334fb6cd66f275713e6.tar.gz
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/arm/crypto')
-rw-r--r--arch/arm/crypto/aes-ce-glue.c1
-rw-r--r--arch/arm/crypto/aesbs-glue.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/crypto/aes-ce-glue.c b/arch/arm/crypto/aes-ce-glue.c
index 85ff69b..b6961a2 100644
--- a/arch/arm/crypto/aes-ce-glue.c
+++ b/arch/arm/crypto/aes-ce-glue.c
@@ -15,6 +15,7 @@
#include <crypto/ablk_helper.h>
#include <crypto/algapi.h>
#include <linux/module.h>
+#include <crypto/xts.h>
MODULE_DESCRIPTION("AES-ECB/CBC/CTR/XTS using ARMv8 Crypto Extensions");
MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
diff --git a/arch/arm/crypto/aesbs-glue.c b/arch/arm/crypto/aesbs-glue.c
index d004bd1..0511a6c 100644
--- a/arch/arm/crypto/aesbs-glue.c
+++ b/arch/arm/crypto/aesbs-glue.c
@@ -13,6 +13,7 @@
#include <crypto/ablk_helper.h>
#include <crypto/algapi.h>
#include <linux/module.h>
+#include <crypto/xts.h>
#include "aes_glue.h"
OpenPOWER on IntegriCloud