crypto: amlogic - Remove unused declaration meson_enqueue()
authorYue Haibing <yuehaibing@huawei.com>
Tue, 20 Aug 2024 08:25:24 +0000 (16:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Aug 2024 10:22:31 +0000 (18:22 +0800)
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>
drivers/crypto/amlogic/amlogic-gxl.h

index 1013a66..d68094f 100644 (file)
@@ -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);