aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/pcrypt.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-12-10 16:30:09 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2021-12-17 16:59:48 +1100
commit244d22ffd656bc8e5c49a2cd2fdfeb0e52a9730f (patch)
tree7b9ced0ecb56bd6b52eaae1a7e05f86f2a59e9c2 /include/crypto/pcrypt.h
parentcrypto: marvell/octeontx - Use kcalloc() instead of kzalloc() (diff)
downloadwireguard-linux-244d22ffd656bc8e5c49a2cd2fdfeb0e52a9730f.tar.xz
wireguard-linux-244d22ffd656bc8e5c49a2cd2fdfeb0e52a9730f.zip
crypto: api - Replace kernel.h with the necessary inclusions
When kernel.h is used in the headers it adds a lot into dependency hell, especially when there are circular dependencies are involved. Replace kernel.h inclusion with the list of what is really being used. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/pcrypt.h')
-rw-r--r--include/crypto/pcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/pcrypt.h b/include/crypto/pcrypt.h
index b9bc3436196a..234d7cf3cf5e 100644
--- a/include/crypto/pcrypt.h
+++ b/include/crypto/pcrypt.h
@@ -9,8 +9,8 @@
#ifndef _CRYPTO_PCRYPT_H
#define _CRYPTO_PCRYPT_H
+#include <linux/container_of.h>
#include <linux/crypto.h>
-#include <linux/kernel.h>
#include <linux/padata.h>
struct pcrypt_request {