Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0683e70 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

tcp: make tcp_clear_md5_list static



Trivial. Only used in one file.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ecd5cf5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;