diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-11 00:18:31 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-11 00:18:31 +0100 |
commit | 5eaa65b240c5eb7bf2235eb9dd177c83e6e3832c (patch) | |
tree | 1a6b217cfc5b241b298a8765f68fcb5f711f9bc3 /net/rxrpc/ar-connevent.c | |
parent | smsc911x: add dynamic bus configuration (diff) | |
download | linux-5eaa65b240c5eb7bf2235eb9dd177c83e6e3832c.tar.xz linux-5eaa65b240c5eb7bf2235eb9dd177c83e6e3832c.zip |
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-connevent.c')
-rw-r--r-- | net/rxrpc/ar-connevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-connevent.c b/net/rxrpc/ar-connevent.c index 1ada43d51165..dc5cb1e19509 100644 --- a/net/rxrpc/ar-connevent.c +++ b/net/rxrpc/ar-connevent.c @@ -126,7 +126,7 @@ static int rxrpc_abort_connection(struct rxrpc_connection *conn, * mark a call as being on a now-secured channel * - must be called with softirqs disabled */ -void rxrpc_call_is_secure(struct rxrpc_call *call) +static void rxrpc_call_is_secure(struct rxrpc_call *call) { _enter("%p", call); if (call) { |