diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2019-03-05 18:50:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-06 00:07:22 -0500 |
commit | fff04900ea79915939ef6a3aad78fca6511a3034 (patch) | |
tree | 0f9a1f030b394a1204c2f6a74dcc5e50b9746c38 | |
parent | 332e0e804d64894cf32db363e7f14c64a6ce8061 (diff) |
tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate include
Remove duplicate header which is included twice.
Link: http://lkml.kernel.org/r/20190304182719.GA6606@jordon-HP-15-Notebook-PC
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | tools/testing/selftests/proc/proc-self-syscall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/proc/proc-self-syscall.c b/tools/testing/selftests/proc/proc-self-syscall.c index b2993a67a4b3..9f6d000c0245 100644 --- a/tools/testing/selftests/proc/proc-self-syscall.c +++ b/tools/testing/selftests/proc/proc-self-syscall.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <sys/stat.h> | 20 | #include <sys/stat.h> |
21 | #include <fcntl.h> | 21 | #include <fcntl.h> |
22 | #include <errno.h> | 22 | #include <errno.h> |
23 | #include <unistd.h> | ||
24 | #include <string.h> | 23 | #include <string.h> |
25 | #include <stdio.h> | 24 | #include <stdio.h> |
26 | 25 | ||