kernel/drivers/crypto/rockchip/cryptodev_linux/rk_cryptodev.c
.. .. @@ -636,7 +636,7 @@ 636 636 const char *driver = "rsa-rk"; 637 637 struct crypto_akcipher *tfm = NULL; 638 638 struct akcipher_request *req = NULL; 639 - struct crypto_wait wait;639 + DECLARE_CRYPTO_WAIT(wait);640 640 struct scatterlist src, dst; 641 641 bool is_priv_key = (rop->flags & COP_FLAG_RSA_PRIV) == COP_FLAG_RSA_PRIV; 642 642