Commit dda5b055 authored by Herbert Xu's avatar Herbert Xu

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent fb3bc06a
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/crypto.h>
#include <linux/skbuff.h> #include <linux/skbuff.h>
#include <linux/rtnetlink.h> #include <linux/rtnetlink.h>
#include <linux/highmem.h> #include <linux/highmem.h>
...@@ -49,7 +48,6 @@ ...@@ -49,7 +48,6 @@
#include <net/esp.h> #include <net/esp.h>
#include <net/xfrm.h> #include <net/xfrm.h>
#include <crypto/aes.h> #include <crypto/aes.h>
#include <crypto/algapi.h>
#include <crypto/hash.h> #include <crypto/hash.h>
#include <crypto/sha1.h> #include <crypto/sha1.h>
#include <crypto/sha2.h> #include <crypto/sha2.h>
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
#ifndef __CHCR_IPSEC_H__ #ifndef __CHCR_IPSEC_H__
#define __CHCR_IPSEC_H__ #define __CHCR_IPSEC_H__
#include <crypto/algapi.h>
#include "t4_hw.h" #include "t4_hw.h"
#include "cxgb4.h" #include "cxgb4.h"
#include "t4_msg.h" #include "t4_msg.h"
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#define __CHTLS_H__ #define __CHTLS_H__
#include <crypto/aes.h> #include <crypto/aes.h>
#include <crypto/algapi.h>
#include <crypto/hash.h> #include <crypto/hash.h>
#include <crypto/sha1.h> #include <crypto/sha1.h>
#include <crypto/sha2.h> #include <crypto/sha2.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment