aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/cgroup
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-07-02 21:12:33 +0800
committerShuah Khan <skhan@linuxfoundation.org>2019-07-02 13:29:43 -0600
commitf4fb8a97dc903cc278feb45cff55622e25360b89 (patch)
treeda00ca90db9266200ab85565d0c286f88b52d304 /tools/testing/selftests/cgroup
parentselftests: timestamping: Fix SIOCGSTAMP undeclared build failure (diff)
downloadwireguard-linux-f4fb8a97dc903cc278feb45cff55622e25360b89.tar.xz
wireguard-linux-f4fb8a97dc903cc278feb45cff55622e25360b89.zip
kselftests: cgroup: remove duplicated include from test_freezer.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/cgroup')
-rw-r--r--tools/testing/selftests/cgroup/test_freezer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c
index 2bfddb6d6d3b..8219a30853d2 100644
--- a/tools/testing/selftests/cgroup/test_freezer.c
+++ b/tools/testing/selftests/cgroup/test_freezer.c
@@ -11,7 +11,6 @@
#include <stdlib.h>
#include <sys/inotify.h>
#include <string.h>
-#include <sys/types.h>
#include <sys/wait.h>
#include "../kselftest.h"