diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-10 18:18:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-10 18:18:31 -0500 |
commit | 5eaa65b240c5eb7bf2235eb9dd177c83e6e3832c (patch) | |
tree | 1a6b217cfc5b241b298a8765f68fcb5f711f9bc3 /net/rxrpc/ar-security.c | |
parent | 2107fb8b5bf018be691afdd4c6ffaecf0c3307be (diff) |
net: Make static
Sparse asked whether these could be static.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/ar-security.c')
-rw-r--r-- | net/rxrpc/ar-security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-security.c b/net/rxrpc/ar-security.c index 60d1d364430a..dc62920ee19a 100644 --- a/net/rxrpc/ar-security.c +++ b/net/rxrpc/ar-security.c | |||
@@ -40,7 +40,7 @@ static void rxrpc_security_put(struct rxrpc_security *sec) | |||
40 | /* | 40 | /* |
41 | * look up an rxrpc security module | 41 | * look up an rxrpc security module |
42 | */ | 42 | */ |
43 | struct rxrpc_security *rxrpc_security_lookup(u8 security_index) | 43 | static struct rxrpc_security *rxrpc_security_lookup(u8 security_index) |
44 | { | 44 | { |
45 | struct rxrpc_security *sec = NULL; | 45 | struct rxrpc_security *sec = NULL; |
46 | 46 | ||