summaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2024-08-20 16:25:24 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2024-08-30 18:22:31 +0800
commit652e01be364b5bf2e7d4097831d1510c7301bdc2 (patch)
treef1e88295d834e587e302bd6426a4bf5aaef32ed0 /drivers/crypto
parent60f911c4ebaf31bdc8de3603541b7b8e2bcdefc7 (diff)
crypto: amlogic - Remove unused declaration meson_enqueue()
This function is never implemented and used since introduction in commit 48fe583fe541 ("crypto: amlogic - Add crypto accelerator for amlogic GXL"). Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/amlogic/amlogic-gxl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/amlogic/amlogic-gxl.h b/drivers/crypto/amlogic/amlogic-gxl.h
index 1013a666c932..d68094ffb70a 100644
--- a/drivers/crypto/amlogic/amlogic-gxl.h
+++ b/drivers/crypto/amlogic/amlogic-gxl.h
@@ -150,8 +150,6 @@ struct meson_alg_template {
#endif
};
-int meson_enqueue(struct crypto_async_request *areq, u32 type);
-
int meson_aes_setkey(struct crypto_skcipher *tfm, const u8 *key,
unsigned int keylen);
int meson_cipher_init(struct crypto_tfm *tfm);