Skip to content

Commit 846366b

Browse files
committed
crypto: api - Remove completion function scaffolding
This patch removes the temporary scaffolding now that the comletion function signature has been converted. Signed-off-by: Herbert Xu <[email protected]> Acked-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 8580e55 commit 846366b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/linux/crypto.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ struct crypto_async_request;
176176
struct crypto_tfm;
177177
struct crypto_type;
178178

179-
typedef void crypto_completion_data_t;
180179
typedef void (*crypto_completion_t)(void *req, int err);
181180

182181
/**
@@ -596,11 +595,6 @@ struct crypto_wait {
596595
/*
597596
* Async ops completion helper functioons
598597
*/
599-
static inline void *crypto_get_completion_data(void *data)
600-
{
601-
return data;
602-
}
603-
604598
void crypto_req_done(void *req, int err);
605599

606600
static inline int crypto_wait_req(int err, struct crypto_wait *wait)

0 commit comments

Comments
 (0)