]> git.baikalelectronics.ru Git - kernel.git/commit
net: make sk_ehashfn() static
authorEric Dumazet <edumazet@google.com>
Mon, 3 Jul 2017 09:57:54 +0000 (02:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jul 2017 10:29:14 +0000 (03:29 -0700)
commit6ad0116b289f6253273c9ca999c252cd9fecc134
tree786bee3c89ccfa0ca8f4bc97a3090ea5fdaa222c
parent36b722743585757f394494bfd8297542fb3a316b
net: make sk_ehashfn() static

sk_ehashfn() is only used from a single file.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_hashtables.h
net/ipv4/inet_hashtables.c