Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Herbert Xu
9687daf7 ef5b52a6

-2
-1
drivers/crypto/chelsio/chcr_core.h
··· 133 133 int stop_crypto(void); 134 134 int chcr_uld_rx_handler(void *handle, const __be64 *rsp, 135 135 const struct pkt_gl *pgl); 136 - int chcr_uld_tx_handler(struct sk_buff *skb, struct net_device *dev); 137 136 int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input, 138 137 int err); 139 138 #endif /* __CHCR_CORE_H__ */
-1
drivers/crypto/chelsio/chcr_crypto.h
··· 344 344 struct cpl_rx_phys_dsgl *phys_cpl, 345 345 struct cipher_wr_param *wrparam, 346 346 unsigned short qid); 347 - int sg_nents_len_skip(struct scatterlist *sg, u64 len, u64 skip); 348 347 void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx, 349 348 struct hash_wr_param *param); 350 349 int chcr_hash_dma_map(struct device *dev, struct ahash_request *req);