diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-08-23 18:15:24 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-09-15 18:30:43 +0800 |
| commit | dda5b055e4b4d77c53debe559d74a59a9e32d4de (patch) | |
| tree | 040e047e187f1f6d85fa2b3b8264bc9dbc22cec4 /drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c | |
| parent | KEYS: encrypted: Do not include crypto/algapi.h (diff) | |
| download | linux-dda5b055e4b4d77c53debe559d74a59a9e32d4de.tar.gz linux-dda5b055e4b4d77c53debe559d74a59a9e32d4de.zip | |
chelsio: Do not include crypto/algapi.h
The header file crypto/algapi.h is for internal use only. Use the
header file crypto/utils.h instead.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c')
| -rw-r--r-- | drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c b/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c index 3731c93f8f95..c7338ac6a5bb 100644 --- a/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c +++ b/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c @@ -39,7 +39,6 @@ #include <linux/kernel.h> #include <linux/module.h> -#include <linux/crypto.h> #include <linux/skbuff.h> #include <linux/rtnetlink.h> #include <linux/highmem.h> @@ -49,7 +48,6 @@ #include <net/esp.h> #include <net/xfrm.h> #include <crypto/aes.h> -#include <crypto/algapi.h> #include <crypto/hash.h> #include <crypto/sha1.h> #include <crypto/sha2.h> |
