projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ade5d
)
selftest/x86/mpx-dig.c: Remove duplicate header
author
Sabyasachi Gupta
<sabyasachi.linux@gmail.com>
Wed, 6 Mar 2019 16:29:04 +0000
(21:59 +0530)
committer
Shuah Khan
<shuah@kernel.org>
Mon, 8 Apr 2019 22:18:21 +0000
(16:18 -0600)
Remove duplicate header which is included twice.
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/selftests/x86/mpx-dig.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/x86/mpx-dig.c
b/tools/testing/selftests/x86/mpx-dig.c
index
c13607e
..
880fbf6
100644
(file)
--- a/
tools/testing/selftests/x86/mpx-dig.c
+++ b/
tools/testing/selftests/x86/mpx-dig.c
@@
-8,9
+8,7
@@
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include <unistd.h>
#include <sys/mman.h>
#include <string.h>
#include <fcntl.h>