aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/pid_namespace
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-06-22 11:16:45 -0700
committerShuah Khan <skhan@linuxfoundation.org>2020-07-06 15:59:07 -0600
commitce79097a8f8391fdec835d1deaa112fba4b18362 (patch)
treecdc5ccd61d2aab837a3b414b179f401f0e9e5f73 /tools/testing/selftests/pid_namespace
parentselftests/clone3: Reorder reporting output (diff)
downloadwireguard-linux-ce79097a8f8391fdec835d1deaa112fba4b18362.tar.xz
wireguard-linux-ce79097a8f8391fdec835d1deaa112fba4b18362.zip
selftests: Remove unneeded selftest API headers
Remove unused includes of the kselftest.h header. Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/pid_namespace')
-rw-r--r--tools/testing/selftests/pid_namespace/regression_enomem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/pid_namespace/regression_enomem.c b/tools/testing/selftests/pid_namespace/regression_enomem.c
index 73d532556d17..7d84097ad45c 100644
--- a/tools/testing/selftests/pid_namespace/regression_enomem.c
+++ b/tools/testing/selftests/pid_namespace/regression_enomem.c
@@ -11,7 +11,6 @@
#include <syscall.h>
#include <sys/wait.h>
-#include "../kselftest.h"
#include "../kselftest_harness.h"
#include "../pidfd/pidfd.h"