From: Eric Dumazet Date: Wed, 28 Sep 2016 15:41:16 +0000 (-0700) Subject: net: do not export sk_stream_write_space X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7836667cec5e02ed2ae3eb09b88047b5b5f2343a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git net: do not export sk_stream_write_space Since commit 900f65d361d3 ("tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()") we no longer need to export sk_stream_write_space() From: Eric Dumazet Cc: Neal Cardwell Signed-off-by: David S. Miller --- diff --git a/net/core/stream.c b/net/core/stream.c index 159516a11b7e..1086c8b280a8 100644 --- a/net/core/stream.c +++ b/net/core/stream.c @@ -43,7 +43,6 @@ void sk_stream_write_space(struct sock *sk) rcu_read_unlock(); } } -EXPORT_SYMBOL(sk_stream_write_space); /** * sk_stream_wait_connect - Wait for a socket to get into the connected state