aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ixp4xx_crypto.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 17:47:44 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-13 10:31:30 +0800
commit5290b4283098820a3d28cd1bf72730a9bdeef031 (patch)
treea4298567619c159b683e57e3d4f3cc61bab4b9ef /drivers/crypto/ixp4xx_crypto.c
parentcrypto: caam - Include internal/aead.h (diff)
downloadlinux-dev-5290b4283098820a3d28cd1bf72730a9bdeef031.tar.xz
linux-dev-5290b4283098820a3d28cd1bf72730a9bdeef031.zip
crypto: ixp4xx - Include internal/aead.h
All AEAD implementations must include internal/aead.h in order to access required helpers. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ixp4xx_crypto.c')
-rw-r--r--drivers/crypto/ixp4xx_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ixp4xx_crypto.c b/drivers/crypto/ixp4xx_crypto.c
index 48f453555f1f..a8875b48759e 100644
--- a/drivers/crypto/ixp4xx_crypto.c
+++ b/drivers/crypto/ixp4xx_crypto.c
@@ -25,7 +25,7 @@
#include <crypto/aes.h>
#include <crypto/sha.h>
#include <crypto/algapi.h>
-#include <crypto/aead.h>
+#include <crypto/internal/aead.h>
#include <crypto/authenc.h>
#include <crypto/scatterwalk.h>