Skip to content

Commit

Permalink
rxrpc: remove unused static variables
Browse files Browse the repository at this point in the history
The rxrpc_security_methods and rxrpc_security_sem user has been removed
in 648af7f ("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>
  • Loading branch information
Sebastian Andrzej Siewior authored and David Howells committed Mar 30, 2018
1 parent 59299aa commit edb63e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/rxrpc/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edb63e2

Please sign in to comment.