summaryrefslogtreecommitdiffstats
path: root/crypto/algif_aead.c
diff options
context:
space:
mode:
authorHerbert Xu2015-04-22 09:06:28 +0200
committerHerbert Xu2015-04-23 08:18:10 +0200
commit89081da51de3d0ffaef5b3a05fcdb7cc13bb5a61 (patch)
treebf5856fa173efa8c4396a2998182f728884c4e79 /crypto/algif_aead.c
parentcrypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h (diff)
downloadkernel-qcow2-linux-89081da51de3d0ffaef5b3a05fcdb7cc13bb5a61.tar.gz
kernel-qcow2-linux-89081da51de3d0ffaef5b3a05fcdb7cc13bb5a61.tar.xz
kernel-qcow2-linux-89081da51de3d0ffaef5b3a05fcdb7cc13bb5a61.zip
crypto: algif_aead - Include crypto/aead.h
All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/algif_aead.c')
-rw-r--r--crypto/algif_aead.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/algif_aead.c b/crypto/algif_aead.c
index 00a6fe166fed..53702e9c6820 100644
--- a/crypto/algif_aead.c
+++ b/crypto/algif_aead.c
@@ -13,6 +13,7 @@
* any later version.
*/
+#include <crypto/aead.h>
#include <crypto/scatterwalk.h>
#include <crypto/if_alg.h>
#include <linux/init.h>