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

crypto: octeontx - Remove unused declaration otx_cpt_callback()

This function is never implemented and used since introduction in
commit 10b4f09491bf ("crypto: marvell - add the Virtual Function
driver for CPT")

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
5b6f4cd6 106990f3

-1
-1
drivers/crypto/marvell/octeontx/otx_cptvf_algs.h
··· 185 185 int num_queues, int num_devices); 186 186 void otx_cpt_crypto_exit(struct pci_dev *pdev, struct module *mod, 187 187 enum otx_cptvf_type engine_type); 188 - void otx_cpt_callback(int status, void *arg, void *req); 189 188 190 189 #endif /* __OTX_CPT_ALGS_H */