aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-10-02 18:42:00 +0200
committerDavid S. Miller <davem@davemloft.net>2015-10-05 07:04:08 -0700
commit0cdf5640e4f6940bdbbefee4bb0adb7dffb185ec (patch)
treecee488c4a0da5b7addf49a2ef684cdcab8e9b85e /include/linux/bpf.h
parentARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT. (diff)
downloadlinux-dev-0cdf5640e4f6940bdbbefee4bb0adb7dffb185ec.tar.xz
linux-dev-0cdf5640e4f6940bdbbefee4bb0adb7dffb185ec.zip
ebpf: include perf_event only where really needed
Commit ea317b267e9d ("bpf: Add new bpf map type to store the pointer to struct perf_event") added perf_event.h to the main eBPF header, so it gets included for all users. perf_event.h is actually only needed from array map side, so lets sanitize this a bit. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Cc: Kaixu Xia <xiakaixu@huawei.com> Acked-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r--include/linux/bpf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index f57d7fed9ec3..c915a6b54570 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -10,7 +10,6 @@
#include <uapi/linux/bpf.h>
#include <linux/workqueue.h>
#include <linux/file.h>
-#include <linux/perf_event.h>
struct bpf_map;