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-connection.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-connection.c')
-rw-r--r-- | net/rxrpc/ar-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/ar-connection.c index 3869a5866752..0f1218b8d289 100644 --- a/net/rxrpc/ar-connection.c +++ b/net/rxrpc/ar-connection.c | |||
@@ -826,7 +826,7 @@ static void rxrpc_destroy_connection(struct rxrpc_connection *conn) | |||
826 | /* | 826 | /* |
827 | * reap dead connections | 827 | * reap dead connections |
828 | */ | 828 | */ |
829 | void rxrpc_connection_reaper(struct work_struct *work) | 829 | static void rxrpc_connection_reaper(struct work_struct *work) |
830 | { | 830 | { |
831 | struct rxrpc_connection *conn, *_p; | 831 | struct rxrpc_connection *conn, *_p; |
832 | unsigned long now, earliest, reap_time; | 832 | unsigned long now, earliest, reap_time; |