]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - net/ipv4/tcp_ipv4.c
tcp: make tcp_clear_md5_list static
[can-eth-gw-linux.git] / 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;