diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-03-30 16:04:44 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2018-03-30 16:04:44 -0400 |
commit | edb63e2b271752a9424a3d33cfcd4f434a020f9b (patch) | |
tree | 0eef1b28755a6009e5ac844050ab643a599306b1 | |
parent | 59299aa1028fce051adbd25aaff7c387b865cd6d (diff) |
rxrpc: remove unused static variables
The rxrpc_security_methods and rxrpc_security_sem user has been removed
in 648af7fca159 ("rxrpc: Absorb the rxkad security module"). This was
noticed by kbuild test robot for the -RT tree but is also true for !RT.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r-- | net/rxrpc/security.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/rxrpc/security.c b/net/rxrpc/security.c index e9f428351293..c4479afe8ae7 100644 --- a/net/rxrpc/security.c +++ b/net/rxrpc/security.c | |||
@@ -19,9 +19,6 @@ | |||
19 | #include <keys/rxrpc-type.h> | 19 | #include <keys/rxrpc-type.h> |
20 | #include "ar-internal.h" | 20 | #include "ar-internal.h" |
21 | 21 | ||
22 | static LIST_HEAD(rxrpc_security_methods); | ||
23 | static DECLARE_RWSEM(rxrpc_security_sem); | ||
24 | |||
25 | static const struct rxrpc_security *rxrpc_security_types[] = { | 22 | static const struct rxrpc_security *rxrpc_security_types[] = { |
26 | [RXRPC_SECURITY_NONE] = &rxrpc_no_security, | 23 | [RXRPC_SECURITY_NONE] = &rxrpc_no_security, |
27 | #ifdef CONFIG_RXKAD | 24 | #ifdef CONFIG_RXKAD |