diff --git a/include/crypto/internal/acompress.h b/include/crypto/internal/acompress.h index 49339003bd2ceed784b477e3479c878e9da4f124..978b57a3f4f0e29de2913973d4b5c6d9d635d239 100644 --- a/include/crypto/internal/acompress.h +++ b/include/crypto/internal/acompress.h @@ -28,7 +28,7 @@ static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) static inline void acomp_request_complete(struct acomp_req *req, int err) { - req->base.complete(&req->base, err); + crypto_request_complete(&req->base, err); } static inline const char *acomp_alg_name(struct crypto_acomp *tfm)