diff options
author | Alexei Starovoitov <ast@fb.com> | 2016-11-30 21:16:08 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-30 21:58:25 +0300 |
commit | b634d30a79ecc2d28e61cbe5b1f4443952f37a8f (patch) | |
tree | 58268a563c11071c136a9b977c915a3c88aba919 /include/linux/bpf-cgroup.h | |
parent | 18502acd9a9663f25eb484025b7ab98f08d30d20 (diff) | |
download | linux-b634d30a79ecc2d28e61cbe5b1f4443952f37a8f.tar.xz |
cgroup, bpf: remove unnecessary #include
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/bpf-cgroup.h')
-rw-r--r-- | include/linux/bpf-cgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
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> |