1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Kees Cook 2020-06-22 11:16:45 -07:00 committed by Shuah Khan
parent 51ad5b54b6
commit ce79097a8f
4 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@
#include <syscall.h>
#include <sys/wait.h>
#include "../kselftest.h"
#include "../kselftest_harness.h"
#include "../pidfd/pidfd.h"

View File

@ -18,7 +18,6 @@
#include <linux/kcmp.h>
#include "pidfd.h"
#include "../kselftest.h"
#include "../kselftest_harness.h"
/*

View File

@ -20,7 +20,6 @@
#include "pidfd.h"
#include "../clone3/clone3_selftests.h"
#include "../kselftest.h"
#include "../kselftest_harness.h"
enum {

View File

@ -19,7 +19,6 @@
#include <sys/wait.h>
#include <unistd.h>
#include "../kselftest.h"
#include "../kselftest_harness.h"
#define __DEV_FULL "/sys/devices/virtual/mem/full/uevent"