Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Herbert Xu
652e01be 60f911c4

-2
-2
drivers/crypto/amlogic/amlogic-gxl.h
··· 150 150 #endif 151 151 }; 152 152 153 - int meson_enqueue(struct crypto_async_request *areq, u32 type); 154 - 155 153 int meson_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, 156 154 unsigned int keylen); 157 155 int meson_cipher_init(struct crypto_tfm *tfm);