From: Herbert Xu Date: Mon, 11 May 2015 09:47:45 +0000 (+0800) Subject: crypto: nx - Include internal/aead.h X-Git-Tag: v4.2-rc1~160^2~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d78db0935d183fcc1be02fe76d86e1594d99195;p=thirdparty%2Fkernel%2Flinux.git crypto: nx - Include internal/aead.h All AEAD implementations must include internal/aead.h in order to access required helpers. Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c index 5da5b98b8f297..135817fd7b2de 100644 --- a/drivers/crypto/picoxcell_crypto.c +++ b/drivers/crypto/picoxcell_crypto.c @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#include #include #include #include