From: Eric Dumazet Date: Mon, 17 Oct 2016 21:22:48 +0000 (-0700) Subject: soreuseport: do not export reuseport_add_sock() X-Git-Tag: v4.9-rc4~28^2~78 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=41ee9c557ef5de992843b6dac35a199e651525cf;p=karo-tx-linux.git soreuseport: do not export reuseport_add_sock() reuseport_add_sock() is not used from a module, no need to export it. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/net/core/sock_reuseport.c b/net/core/sock_reuseport.c index e92b759d906c..9a1a352fd1eb 100644 --- a/net/core/sock_reuseport.c +++ b/net/core/sock_reuseport.c @@ -129,7 +129,6 @@ int reuseport_add_sock(struct sock *sk, struct sock *sk2) return 0; } -EXPORT_SYMBOL(reuseport_add_sock); static void reuseport_free_rcu(struct rcu_head *head) {