diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-10-12 10:32:30 +0800 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2021-10-20 10:45:09 -0700 |
commit | b8f49dce799f0c177ee6a56b3fd67e7fdc6e68c2 (patch) | |
tree | e759a8c8c3ff9721ae0e74689f45c51193c57785 /tools | |
parent | 5f52d47c5f75a955ae29c59bed2ca886faba0ff4 (diff) | |
download | linux-stable-b8f49dce799f0c177ee6a56b3fd67e7fdc6e68c2.tar.gz linux-stable-b8f49dce799f0c177ee6a56b3fd67e7fdc6e68c2.tar.bz2 linux-stable-b8f49dce799f0c177ee6a56b3fd67e7fdc6e68c2.zip |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/bpf/cgroup_helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/cgroup_helpers.c b/tools/testing/selftests/bpf/cgroup_helpers.c index 8fcd44841bb2..9d59c3990ca8 100644 --- a/tools/testing/selftests/bpf/cgroup_helpers.c +++ b/tools/testing/selftests/bpf/cgroup_helpers.c @@ -11,7 +11,6 @@ #include <fcntl.h> #include <unistd.h> #include <ftw.h> -#include <unistd.h> #include "cgroup_helpers.h" |