]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit784c372a8184bdb8ae722c94250c2d57dc327a8e
tree786bee3c89ccfa0ca8f4bc97a3090ea5fdaa222c
parent5361e209dd30040dade51ea7c8f97f4090b30116
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