Re: [PATCH net-next] tcp: remove unnecessary include

2017-10-28 Thread David Miller
From: Alexei Starovoitov Date: Fri, 27 Oct 2017 10:01:39 -0700 > two extra #include are not necessary in tcp.h > Remove them. > > Fixes: 40304b2a1567 ("bpf: BPF support for sock_ops") > Signed-off-by: Alexei Starovoitov Applied, thank you.

[PATCH net-next] tcp: remove unnecessary include

2017-10-27 Thread Alexei Starovoitov
two extra #include are not necessary in tcp.h Remove them. Fixes: 40304b2a1567 ("bpf: BPF support for sock_ops") Signed-off-by: Alexei Starovoitov --- noticed that changes to linux/bpf.h triggered bigger kernel rebuilds --- include/net/tcp.h | 3 --- 1 file changed, 3