Commit faa90bcf authored by Arjan van de Ven's avatar Arjan van de Ven Committed by David S. Miller

[TCP]: Unexport sysctl_tcp_tw_recycle

Unexport sysctl_tcp_tw_recycle; nothing is using it in modules (it's quite
internal to the ipv4 code after all); as a bonus item it gets rid of an
ifdef...
Signed-off-by: default avatarArjan van de Ven <arjan@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2f10247f
......@@ -1075,7 +1075,3 @@ EXPORT_SYMBOL(tcp_child_process);
EXPORT_SYMBOL(tcp_create_openreq_child);
EXPORT_SYMBOL(tcp_timewait_state_process);
EXPORT_SYMBOL(tcp_tw_deschedule);
#ifdef CONFIG_SYSCTL
EXPORT_SYMBOL(sysctl_tcp_tw_recycle);
#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