aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_fastopen.c')
-rw-r--r--net/ipv4/tcp_fastopen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_fastopen.c b/net/ipv4/tcp_fastopen.c
index ea82fd492c1b..fe77417fc137 100644
--- a/net/ipv4/tcp_fastopen.c
+++ b/net/ipv4/tcp_fastopen.c
@@ -221,7 +221,6 @@ static bool tcp_fastopen_create_child(struct sock *sk,
221 WARN_ON(req->sk == NULL); 221 WARN_ON(req->sk == NULL);
222 return true; 222 return true;
223} 223}
224EXPORT_SYMBOL(tcp_fastopen_create_child);
225 224
226static bool tcp_fastopen_queue_check(struct sock *sk) 225static bool tcp_fastopen_queue_check(struct sock *sk)
227{ 226{