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>
This commit is contained in:

committed by
David S. Miller

parent
2107fb8b5b
commit
5eaa65b240
@@ -826,7 +826,7 @@ static void rxrpc_destroy_connection(struct rxrpc_connection *conn)
|
||||
/*
|
||||
* reap dead connections
|
||||
*/
|
||||
void rxrpc_connection_reaper(struct work_struct *work)
|
||||
static void rxrpc_connection_reaper(struct work_struct *work)
|
||||
{
|
||||
struct rxrpc_connection *conn, *_p;
|
||||
unsigned long now, earliest, reap_time;
|
||||
|
Reference in New Issue
Block a user