From: Herbert Xu Date: Wed, 22 Apr 2015 07:06:30 +0000 (+0800) Subject: crypto: tcrypt - Include crypto/aead.h X-Git-Tag: v4.1.12-92~24^2~108 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2b7aabf9f6b9059ffb5fd0c8918b08fb6fc7743a;p=users%2Fjedix%2Flinux-maple.git crypto: tcrypt - Include crypto/aead.h All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu Acked-by: David S. Miller (cherry picked from commit 1ce5a04d9f3e8f1f25aa1d6da8612bfeeca7b306) Orabug: 24614549 Signed-off-by: Ethan Zhao Signed-off-by: Dhaval Giani --- diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 1a2800107fc89..9fb0bdc55dd67 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -22,6 +22,7 @@ * */ +#include #include #include #include