projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817e60a
)
bpf: remove duplicated include from syscall.c
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 28 Aug 2018 07:42:32 +0000
(07:42 +0000)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Wed, 29 Aug 2018 15:28:00 +0000
(17:28 +0200)
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
kernel/bpf/syscall.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/syscall.c
b/kernel/bpf/syscall.c
index 8339d81cba1dbcf04066caca480c58bfa3ea335b..3c9636f03bb2e65411f5276c21a5d444d91d3580 100644
(file)
--- 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 || \