summaryrefslogtreecommitdiffstats
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-12-29 11:06:46 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2018-01-05 02:43:10 -0500
commit8b55107c57f763c7ca393e72f7ce6f89ea1ba49a (patch)
tree238f99e9bef36e4cb04e45571f009aaa1b25f089 /crypto/internal.h
parentce8614a312ef750bb60677bb13680cb27d1c284b (diff)
crypto: algapi - remove unused notifications
There is a message posted to the crypto notifier chain when an algorithm is unregistered, and when a template is registered or unregistered. But nothing is listening for those messages; currently there are only listeners for the algorithm request and registration messages. Get rid of these unused notifications for now. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 1388af6da85a..5ac27fba10e8 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -30,9 +30,6 @@
30enum { 30enum {
31 CRYPTO_MSG_ALG_REQUEST, 31 CRYPTO_MSG_ALG_REQUEST,
32 CRYPTO_MSG_ALG_REGISTER, 32 CRYPTO_MSG_ALG_REGISTER,
33 CRYPTO_MSG_ALG_UNREGISTER,
34 CRYPTO_MSG_TMPL_REGISTER,
35 CRYPTO_MSG_TMPL_UNREGISTER,
36}; 33};
37 34
38struct crypto_instance; 35struct crypto_instance;