aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/kpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal/kpp.h')
-rw-r--r--include/crypto/internal/kpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/internal/kpp.h b/include/crypto/internal/kpp.h
index 3c9726e89f537b..0a6db8c4a9a0f9 100644
--- a/include/crypto/internal/kpp.h
+++ b/include/crypto/internal/kpp.h
@@ -85,7 +85,7 @@ static inline void *kpp_tfm_ctx_dma(struct crypto_kpp *tfm)
static inline void kpp_request_complete(struct kpp_request *req, int err)
{
- req->base.complete(&req->base, err);
+ crypto_request_complete(&req->base, err);
}
static inline const char *kpp_alg_name(struct crypto_kpp *tfm)