diff options
Diffstat (limited to 'crypto/crypto_user_base.c')
-rw-r--r-- | crypto/crypto_user_base.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/crypto_user_base.c b/crypto/crypto_user_base.c index 5311fd7fae34..f25d3f32c9c2 100644 --- a/crypto/crypto_user_base.c +++ b/crypto/crypto_user_base.c | |||
@@ -423,9 +423,7 @@ static const struct crypto_link { | |||
423 | .dump = crypto_dump_report, | 423 | .dump = crypto_dump_report, |
424 | .done = crypto_dump_report_done}, | 424 | .done = crypto_dump_report_done}, |
425 | [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, | 425 | [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, |
426 | [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat, | 426 | [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat}, |
427 | .dump = crypto_dump_reportstat, | ||
428 | .done = crypto_dump_reportstat_done}, | ||
429 | }; | 427 | }; |
430 | 428 | ||
431 | static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, | 429 | static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, |