[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190304182719.GA6606@jordon-HP-15-Notebook-PC>
Date: Mon, 4 Mar 2019 23:57:19 +0530
From: Souptick Joarder <jrdr.linux@...il.com>
To: adobriyan@...il.com, shuah@...nel.org, sabyasachi.linux@...il.com,
akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-kselftest@...r.kernel.org
Subject: [PATCH] selftest/proc: Remove duplicate header
Remove duplicate header which is included twice.
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@...il.com>
Signed-off-by: Souptick Joarder <jrdr.linux@...il.com>
---
tools/testing/selftests/proc/proc-self-syscall.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/proc/proc-self-syscall.c b/tools/testing/selftests/proc/proc-self-syscall.c
index 5ab5f48..3a4fec3 100644
--- a/tools/testing/selftests/proc/proc-self-syscall.c
+++ b/tools/testing/selftests/proc/proc-self-syscall.c
@@ -20,7 +20,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
-#include <unistd.h>
#include <string.h>
#include <stdio.h>
--
1.9.1
Powered by blists - more mailing lists