summaryrefslogtreecommitdiff
path: root/crypto/crypto_user_base.c
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2018-12-13 08:36:37 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2018-12-23 11:52:44 +0800
commitffd2a44a3659e1ecbb78cd1aa253f9cc13d6f19e (patch)
tree035d60fee500f8b3fbd0eb744064fd9ae3573a75 /crypto/crypto_user_base.c
parent9dc5c1ee59419027ce0c48df76b4e000c9594485 (diff)
downloadlinux-crypto-ffd2a44a3659e1ecbb78cd1aa253f9cc13d6f19e.tar.gz
linux-crypto-ffd2a44a3659e1ecbb78cd1aa253f9cc13d6f19e.zip
crypto: user - remove unused dump functions
This patch removes unused dump functions for crypto_user_stats. There are remains of the copy/paste of crypto_user_base to crypto_user_stat and I forgot to remove them. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/crypto_user_base.c')
-rw-r--r--crypto/crypto_user_base.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/crypto_user_base.c b/crypto/crypto_user_base.c
index 5311fd7f..f25d3f32 100644
--- a/crypto/crypto_user_base.c
+++ b/crypto/crypto_user_base.c
@@ -423,9 +423,7 @@ static const struct crypto_link {
.dump = crypto_dump_report,
.done = crypto_dump_report_done},
[CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng },
- [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat,
- .dump = crypto_dump_reportstat,
- .done = crypto_dump_reportstat_done},
+ [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat},
};
static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh,