From: Yue Haibing Date: Tue, 20 Aug 2024 08:25:24 +0000 (+0800) Subject: crypto: amlogic - Remove unused declaration meson_enqueue() X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=652e01be364b5bf2e7d4097831d1510c7301bdc2;p=linux-2.6-microblaze.git 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 Signed-off-by: Herbert Xu --- 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);