netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] cgroup, bpf: remove unnecessary #include
@ 2016-11-30 18:16 Alexei Starovoitov
  2016-11-30 18:58 ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Alexei Starovoitov @ 2016-11-30 18:16 UTC (permalink / raw)
  To: David S . Miller; +Cc: Daniel Borkmann, Daniel Mack, Rami Rosen, netdev

this #include is unnecessary and brings whole set of
other headers into cgroup-defs.h. Remove it.

Fixes: 3007098494be ("cgroup: add support for eBPF programs")
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Rami Rosen <roszenrami@gmail.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Daniel Mack <daniel@zonque.org>
---
Dave,
this patch got lost somehow (marked accepted, but not in net-next).
Resending.

 include/linux/bpf-cgroup.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/bpf-cgroup.h b/include/linux/bpf-cgroup.h
index ec80d0c0953e..0cf1adfadd2d 100644
--- a/include/linux/bpf-cgroup.h
+++ b/include/linux/bpf-cgroup.h
@@ -1,7 +1,6 @@
 #ifndef _BPF_CGROUP_H
 #define _BPF_CGROUP_H
 
-#include <linux/bpf.h>
 #include <linux/jump_label.h>
 #include <uapi/linux/bpf.h>
 
-- 
2.8.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH net-next] cgroup, bpf: remove unnecessary #include
@ 2016-11-26  7:23 Alexei Starovoitov
  2016-11-26 18:40 ` Rami Rosen
  2016-11-29 10:48 ` Daniel Borkmann
  0 siblings, 2 replies; 7+ messages in thread
From: Alexei Starovoitov @ 2016-11-26  7:23 UTC (permalink / raw)
  To: David S . Miller; +Cc: Daniel Borkmann, Daniel Mack, Tejun Heo, netdev

this #include is unnecessary and brings whole set of
other headers into cgroup-defs.h. Remove it.

Fixes: 3007098494be ("cgroup: add support for eBPF programs")
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
---
 include/linux/bpf-cgroup.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/bpf-cgroup.h b/include/linux/bpf-cgroup.h
index ec80d0c0953e..0cf1adfadd2d 100644
--- a/include/linux/bpf-cgroup.h
+++ b/include/linux/bpf-cgroup.h
@@ -1,7 +1,6 @@
 #ifndef _BPF_CGROUP_H
 #define _BPF_CGROUP_H
 
-#include <linux/bpf.h>
 #include <linux/jump_label.h>
 #include <uapi/linux/bpf.h>
 
-- 
2.8.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-11-30 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 18:16 [PATCH net-next] cgroup, bpf: remove unnecessary #include Alexei Starovoitov
2016-11-30 18:58 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2016-11-26  7:23 Alexei Starovoitov
2016-11-26 18:40 ` Rami Rosen
2016-11-29 10:48 ` Daniel Borkmann
2016-11-29 14:05   ` Daniel Mack
2016-11-29 19:26   ` Alexei Starovoitov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).