linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] kselftests: cgroup: remove duplicated include from test_freezer.c
@ 2019-07-02 13:12 YueHaibing
  2019-07-03 19:18 ` Roman Gushchin
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2019-07-02 13:12 UTC (permalink / raw)
  To: shuah, tj, guro; +Cc: linux-kernel, linux-kselftest, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 tools/testing/selftests/cgroup/test_freezer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c
index 2bfddb6..8219a30 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"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] kselftests: cgroup: remove duplicated include from test_freezer.c
  2019-07-02 13:12 [PATCH -next] kselftests: cgroup: remove duplicated include from test_freezer.c YueHaibing
@ 2019-07-03 19:18 ` Roman Gushchin
  0 siblings, 0 replies; 2+ messages in thread
From: Roman Gushchin @ 2019-07-03 19:18 UTC (permalink / raw)
  To: YueHaibing; +Cc: shuah, tj, linux-kernel, linux-kselftest

On Tue, Jul 02, 2019 at 09:12:33PM +0800, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Acked-by: Roman Gushchin <guro@fb.com>

Thanks!

> ---
>  tools/testing/selftests/cgroup/test_freezer.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c
> index 2bfddb6..8219a30 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"
> -- 
> 2.7.4
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-03 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 13:12 [PATCH -next] kselftests: cgroup: remove duplicated include from test_freezer.c YueHaibing
2019-07-03 19:18 ` Roman Gushchin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).