summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-03-30 21:04:44 +0100
committerDavid Howells <dhowells@redhat.com>2018-03-30 21:04:44 +0100
commitedb63e2b271752a9424a3d33cfcd4f434a020f9b (patch)
tree0eef1b28755a6009e5ac844050ab643a599306b1 /net/rxrpc
parent59299aa1028fce051adbd25aaff7c387b865cd6d (diff)
downloadop-kernel-dev-edb63e2b271752a9424a3d33cfcd4f434a020f9b.zip
op-kernel-dev-edb63e2b271752a9424a3d33cfcd4f434a020f9b.tar.gz
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>
Diffstat (limited to 'net/rxrpc')
-rw-r--r--net/rxrpc/security.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/rxrpc/security.c b/net/rxrpc/security.c
index e9f4283..c4479af 100644
--- a/net/rxrpc/security.c
+++ b/net/rxrpc/security.c
@@ -19,9 +19,6 @@
#include <keys/rxrpc-type.h>
#include "ar-internal.h"
-static LIST_HEAD(rxrpc_security_methods);
-static DECLARE_RWSEM(rxrpc_security_sem);
-
static const struct rxrpc_security *rxrpc_security_types[] = {
[RXRPC_SECURITY_NONE] = &rxrpc_no_security,
#ifdef CONFIG_RXKAD
OpenPOWER on IntegriCloud