projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
871da0a
)
tcp: remove unnecessary include
author
Alexei Starovoitov
<ast@fb.com>
Fri, 27 Oct 2017 17:01:39 +0000
(10:01 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 28 Oct 2017 10:27:33 +0000
(19:27 +0900)
two extra #include are not necessary in tcp.h
Remove them.
Fixes:
40304b2a1567
("bpf: BPF support for sock_ops")
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
patch
|
blob
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index
092d606
..
aa1cc90
100644
(file)
--- a/
include/net/tcp.h
+++ b/
include/net/tcp.h
@@
-45,9
+45,6
@@
#include <linux/seq_file.h>
#include <linux/memcontrol.h>
-
-#include <linux/bpf.h>
-#include <linux/filter.h>
#include <linux/bpf-cgroup.h>
extern struct inet_hashinfo tcp_hashinfo;