Commit 9687daf7 authored by Yue Haibing's avatar Yue Haibing Committed by Herbert Xu

crypto: chelsio - Remove unused declarations

These declarations are not implemented now, remove them.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ef5b52a6
...@@ -133,7 +133,6 @@ int start_crypto(void); ...@@ -133,7 +133,6 @@ int start_crypto(void);
int stop_crypto(void); int stop_crypto(void);
int chcr_uld_rx_handler(void *handle, const __be64 *rsp, int chcr_uld_rx_handler(void *handle, const __be64 *rsp,
const struct pkt_gl *pgl); const struct pkt_gl *pgl);
int chcr_uld_tx_handler(struct sk_buff *skb, struct net_device *dev);
int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input, int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input,
int err); int err);
#endif /* __CHCR_CORE_H__ */ #endif /* __CHCR_CORE_H__ */
...@@ -344,7 +344,6 @@ void chcr_add_cipher_dst_ent(struct skcipher_request *req, ...@@ -344,7 +344,6 @@ void chcr_add_cipher_dst_ent(struct skcipher_request *req,
struct cpl_rx_phys_dsgl *phys_cpl, struct cpl_rx_phys_dsgl *phys_cpl,
struct cipher_wr_param *wrparam, struct cipher_wr_param *wrparam,
unsigned short qid); unsigned short qid);
int sg_nents_len_skip(struct scatterlist *sg, u64 len, u64 skip);
void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx, void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
struct hash_wr_param *param); struct hash_wr_param *param);
int chcr_hash_dma_map(struct device *dev, struct ahash_request *req); int chcr_hash_dma_map(struct device *dev, struct ahash_request *req);
......
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