From: YueHaibing Date: Tue, 28 Aug 2018 07:42:32 +0000 (+0000) Subject: bpf: remove duplicated include from syscall.c X-Git-Tag: v4.20-rc1~27^2~477^2~14 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=efbaec89c642cd1d4977fc6df9923697e1598d4e;p=users%2Fjedix%2Flinux-maple.git bpf: remove duplicated include from syscall.c Remove duplicated include. Signed-off-by: YueHaibing Signed-off-by: Daniel Borkmann --- 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 #include #include -#include #include #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY || \