Commit d9a13214 authored by Andi Kleen's avatar Andi Kleen Committed by David S. Miller

[TCP]: Remove bogus CONFIG_SYSCTL ifdef

Modular IPv6 needs these variables always exported, even when
CONFIG_SYSCTL is not enabled.
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad162bcb
......@@ -2663,8 +2663,7 @@ EXPORT_SYMBOL(tcp_v4_syn_recv_sock);
EXPORT_SYMBOL(tcp_proc_register);
EXPORT_SYMBOL(tcp_proc_unregister);
#endif
#ifdef CONFIG_SYSCTL
EXPORT_SYMBOL(sysctl_local_port_range);
EXPORT_SYMBOL(sysctl_max_syn_backlog);
EXPORT_SYMBOL(sysctl_tcp_low_latency);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment