diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-08-28 03:42:32 -0400 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-08-29 11:28:00 -0400 |
commit | efbaec89c642cd1d4977fc6df9923697e1598d4e (patch) | |
tree | 45474bb081af5cac087296197b37a935915eff91 /kernel/bpf/syscall.c | |
parent | 817e60a7a2bb1f22052f18562990d675cb3a3762 (diff) |
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>
Diffstat (limited to 'kernel/bpf/syscall.c')
-rw-r--r-- | kernel/bpf/syscall.c | 1 |
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 @@ | |||
30 | #include <linux/cred.h> | 30 | #include <linux/cred.h> |
31 | #include <linux/timekeeping.h> | 31 | #include <linux/timekeeping.h> |
32 | #include <linux/ctype.h> | 32 | #include <linux/ctype.h> |
33 | #include <linux/btf.h> | ||
34 | #include <linux/nospec.h> | 33 | #include <linux/nospec.h> |
35 | 34 | ||
36 | #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY || \ | 35 | #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY || \ |