Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / net / ipv4 / tcp_fastopen.c
1 #include <linux/init.h>
2 #include <linux/kernel.h>
3
4 int sysctl_tcp_fastopen;
5
6 static int __init tcp_fastopen_init(void)
7 {
8 return 0;
9 }
10
11 late_initcall(tcp_fastopen_init);
This page took 0.079421 seconds and 5 git commands to generate.