mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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>
This commit is contained in:
parent
ecd5cf5dc5
commit
e0683e707c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue