aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-08-28 07:42:32 +0000
committerDaniel Borkmann <daniel@iogearbox.net>2018-08-29 17:28:00 +0200
commitefbaec89c642cd1d4977fc6df9923697e1598d4e (patch)
tree45474bb081af5cac087296197b37a935915eff91
parentMerge branch 'nfp-add-NFP5000-support' (diff)
downloadlinux-dev-efbaec89c642cd1d4977fc6df9923697e1598d4e.tar.xz
linux-dev-efbaec89c642cd1d4977fc6df9923697e1598d4e.zip
bpf: remove duplicated include from syscall.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--kernel/bpf/syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c
index 8339d81cba1d..3c9636f03bb2 100644
--- a/kernel/bpf/syscall.c
+++ b/kernel/bpf/syscall.c
@@ -30,7 +30,6 @@
#include <linux/cred.h>
#include <linux/timekeeping.h>
#include <linux/ctype.h>
-#include <linux/btf.h>
#include <linux/nospec.h>
#define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY || \