aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2012-10-26 14:31:40 +0000
committerDavid S. Miller <davem@davemloft.net>2012-10-31 13:56:40 -0400
commite0683e707c12a431919e1be814e15a4360523533 (patch)
tree9e9e9831a5bdd81d24ef649c084e455ec479f9df /net/ipv4/tcp_ipv4.c
parentnet: compute skb->rxhash if nic hash may be 3-tuple (diff)
downloadlinux-dev-e0683e707c12a431919e1be814e15a4360523533.tar.xz
linux-dev-e0683e707c12a431919e1be814e15a4360523533.zip
tcp: make tcp_clear_md5_list static
Trivial. Only used in one file. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 694ea4c557f8..60e2e5d3ce29 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;