diff options
author | Mickaël Salaün <mic@digikod.net> | 2017-02-10 02:21:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-10 23:56:08 +0300 |
commit | 702498a1426bc95b6f49f9c5fba616110cbd3947 (patch) | |
tree | fbe8a2496ebf88342e7e79030a33f0a865de7689 /tools/testing/selftests/bpf/test_lpm_map.c | |
parent | f4874d01beba16a1bf2512929b9d460e003d7f3d (diff) | |
download | linux-702498a1426bc95b6f49f9c5fba616110cbd3947.tar.xz |
bpf: Remove bpf_sys.h from selftests
Add require dependency headers.
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/bpf/test_lpm_map.c')
-rw-r--r-- | tools/testing/selftests/bpf/test_lpm_map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/test_lpm_map.c b/tools/testing/selftests/bpf/test_lpm_map.c index 3cc812cac2d7..e97565243d59 100644 --- a/tools/testing/selftests/bpf/test_lpm_map.c +++ b/tools/testing/selftests/bpf/test_lpm_map.c @@ -23,7 +23,6 @@ #include <sys/resource.h> #include <bpf/bpf.h> -#include "bpf_sys.h" #include "bpf_util.h" struct tlpm_node { |