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>
This commit is contained in:
Andy Shevchenko 2021-12-10 16:30:09 +02:00 committed by Herbert Xu
parent 0b62b664d5
commit 244d22ffd6
9 changed files with 23 additions and 9 deletions

View file

@ -9,8 +9,10 @@
#include <linux/crypto.h>
#include <linux/list.h>
#include <linux/kernel.h>
#include <linux/kthread.h>
#include <linux/spinlock.h>
#include <linux/types.h>
#include <crypto/algapi.h>
#include <crypto/aead.h>
#include <crypto/akcipher.h>
@ -18,6 +20,8 @@
#include <crypto/skcipher.h>
#include <crypto/kpp.h>
struct device;
#define ENGINE_NAME_LEN 30
/*
* struct crypto_engine - crypto hardware engine