Message ID | 20240820082525.259337-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Cleanup unused function declarations | expand |
On Tue, Aug 20, 2024 at 04:25:19PM +0800, Yue Haibing wrote: > Cleanup unused declarations for crypto driver subsystem. > > Yue Haibing (6): > crypto: safexcel - Remove unused declaration > safexcel_ring_first_rptr() > crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue() > crypto: octeontx - Remove unused declaration otx_cpt_callback() > crypto: ccp - Remove unused declaration sp_get_master() > crypto: amlogic - Remove unused declaration meson_enqueue() > crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx() > > drivers/crypto/amcc/crypto4xx_core.h | 1 - > drivers/crypto/amlogic/amlogic-gxl.h | 2 -- > drivers/crypto/ccp/sp-dev.h | 1 - > drivers/crypto/gemini/sl3516-ce.h | 2 -- > drivers/crypto/inside-secure/safexcel.h | 1 - > drivers/crypto/marvell/octeontx/otx_cptvf_algs.h | 1 - > 6 files changed, 8 deletions(-) > > -- > 2.34.1 All applied. Thanks.