]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: hisilicon - remove unused and non-public APIs for qm and sec
authorChenghai Huang <huangchenghai2@huawei.com>
Mon, 30 Mar 2026 06:25:31 +0000 (14:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 12 Apr 2026 08:46:29 +0000 (16:46 +0800)
commit06c42142cf8aaeba3fa3c4336717b87ca4eebf8a
tree16035f1bebc3185d72bc78f2a390a4578f7481c8
parentd2b5e8d3193df4e2795f405e1757d6384124330a
crypto: hisilicon - remove unused and non-public APIs for qm and sec

- sec_register_to_crypto() and sec_unregister_from_crypto()
have been removed, the function declarations have not been
removed. Remove them.
- hisi_qm_start_qp and hisi_qm_stop_qp are called internally by the
QM. Therefore, the EXPORT_SYMBOL_GPL declaration of these
non-public interfaces is deleted.

Signed-off-by: Chenghai Huang <huangchenghai2@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/qm.c
drivers/crypto/hisilicon/sec2/sec.h
include/linux/hisi_acc_qm.h