From: YueHaibing Date: Tue, 28 Aug 2018 07:42:32 +0000 (+0000) Subject: bpf: remove duplicated include from syscall.c X-Git-Tag: for-linus-20181026~43^2~496^2~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=efbaec89c642cd1d4977fc6df9923697e1598d4e;p=linux-block.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 || \