aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe.montjoie@gmail.com>2016-08-31 14:02:57 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2016-09-07 21:08:26 +0800
commit2589ad84047f1dbed741b48785680b152db2e5db (patch)
tree3e621205912912c5dd2bb7d9a2d4e1d89cc186bc /crypto
parentcrypto: qat - fix incorrect accelerator mask for C3X devices (diff)
downloadlinux-dev-2589ad84047f1dbed741b48785680b152db2e5db.tar.xz
linux-dev-2589ad84047f1dbed741b48785680b152db2e5db.zip
crypto: engine - move crypto engine to its own header
This patch move the whole crypto engine API to its own header crypto/engine.h. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto_engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c
index a55c82dd48ef..795b6f9412ba 100644
--- a/crypto/crypto_engine.c
+++ b/crypto/crypto_engine.c
@@ -14,6 +14,7 @@
#include <linux/err.h>
#include <linux/delay.h>
+#include <crypto/engine.h>
#include "internal.h"
#define CRYPTO_ENGINE_MAX_QLEN 10