From: stephen hemminger Date: Fri, 26 Oct 2012 14:31:40 +0000 (+0000) Subject: tcp: make tcp_clear_md5_list static X-Git-Tag: v3.8-rc1~139^2~532 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0683e707c12a431919e1be814e15a4360523533;p=platform%2Fupstream%2Fkernel-adaptation-pc.git tcp: make tcp_clear_md5_list static Trivial. Only used in one file. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 694ea4c..60e2e5d 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -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;