Commit b634d30a authored by Alexei Starovoitov's avatar Alexei Starovoitov Committed by David S. Miller

cgroup, bpf: remove unnecessary #include

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

Fixes: 30070984 ("cgroup: add support for eBPF programs")
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
Acked-by: default avatarRami Rosen <roszenrami@gmail.com>
Acked-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Acked-by: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 18502acd
#ifndef _BPF_CGROUP_H
#define _BPF_CGROUP_H
#include <linux/bpf.h>
#include <linux/jump_label.h>
#include <uapi/linux/bpf.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment