]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Remove duplicated include in cgroup_helpers
authorWan Jiabing <wanjiabing@vivo.com>
Tue, 12 Oct 2021 02:32:30 +0000 (10:32 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 20 Oct 2021 17:45:09 +0000 (10:45 -0700)
commit4f8445f7f0a85353cb736c4c4eff2a5adbc5af21
treee759a8c8c3ff9721ae0e74689f45c51193c57785
parent0ab0e0713e9ea68ae57ff38756ea69fa5ca5475b
selftests/bpf: Remove duplicated include in cgroup_helpers

Fix following checkincludes.pl warning:
./scripts/checkincludes.pl tools/testing/selftests/bpf/cgroup_helpers.c
tools/testing/selftests/bpf/cgroup_helpers.c: unistd.h is included more
than once.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/bpf/20211012023231.19911-1-wanjiabing@vivo.com
tools/testing/selftests/bpf/cgroup_helpers.c