diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-01-25 05:46:34 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-01-29 02:09:26 +0300 |
commit | cdd7b40642582f5130ea5ec20432175a70c8933e (patch) | |
tree | ef2953cffd1d186f15488408240714b3bb73233a /tools/testing/selftests/bpf/test_sockmap.c | |
parent | 20600f3e9d3fca7e35eb5d46e525895535a85c8b (diff) | |
download | linux-cdd7b40642582f5130ea5ec20432175a70c8933e.tar.xz |
selftests: bpf: remove duplicated include
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/testing/selftests/bpf/test_sockmap.c')
-rw-r--r-- | tools/testing/selftests/bpf/test_sockmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/test_sockmap.c b/tools/testing/selftests/bpf/test_sockmap.c index e85a771f607b..3845144e2c91 100644 --- a/tools/testing/selftests/bpf/test_sockmap.c +++ b/tools/testing/selftests/bpf/test_sockmap.c @@ -10,7 +10,6 @@ #include <unistd.h> #include <string.h> #include <errno.h> -#include <sys/ioctl.h> #include <stdbool.h> #include <signal.h> #include <fcntl.h> |