Re: [PATCH bpf-next] bpf: remove duplicated include from syscall.c

2018-08-29 Thread Daniel Borkmann
On 08/28/2018 09:42 AM, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing Applied to bpf-next, thanks!

[PATCH bpf-next] bpf: remove duplicated include from syscall.c

2018-08-28 Thread YueHaibing
Remove duplicated include. Signed-off-by: YueHaibing --- kernel/bpf/syscall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c index 8339d81..3c9636f 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c @@ -30,7 +30,6 @@ #include #include