]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
tcp: make tcp_clear_md5_list static
authorstephen hemminger <shemminger@vyatta.com>
Fri, 26 Oct 2012 14:31:40 +0000 (14:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Oct 2012 17:56:40 +0000 (13:56 -0400)
Trivial. Only used in one file.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c

index 694ea4c557f8667208da19125526fed90af0a69a..60e2e5d3ce29360b73fa693104b8cff7ad71dbdf 100644 (file)
@@ -1070,7 +1070,7 @@ int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, int family)
 }
 EXPORT_SYMBOL(tcp_md5_do_del);
 
-void tcp_clear_md5_list(struct sock *sk)
+static void tcp_clear_md5_list(struct sock *sk)
 {
        struct tcp_sock *tp = tcp_sk(sk);
        struct tcp_md5sig_key *key;