Skip to content

Commit 9687daf

Browse files
Yue Haibingherbertx
authored andcommitted
crypto: chelsio - Remove unused declarations
These declarations are not implemented now, remove them. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent ef5b52a commit 9687daf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/crypto/chelsio/chcr_core.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ int start_crypto(void);
133133
int stop_crypto(void);
134134
int chcr_uld_rx_handler(void *handle, const __be64 *rsp,
135135
const struct pkt_gl *pgl);
136-
int chcr_uld_tx_handler(struct sk_buff *skb, struct net_device *dev);
137136
int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input,
138137
int err);
139138
#endif /* __CHCR_CORE_H__ */

drivers/crypto/chelsio/chcr_crypto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ void chcr_add_cipher_dst_ent(struct skcipher_request *req,
344344
struct cpl_rx_phys_dsgl *phys_cpl,
345345
struct cipher_wr_param *wrparam,
346346
unsigned short qid);
347-
int sg_nents_len_skip(struct scatterlist *sg, u64 len, u64 skip);
348347
void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
349348
struct hash_wr_param *param);
350349
int chcr_hash_dma_map(struct device *dev, struct ahash_request *req);

0 commit comments

Comments
 (0)