[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190304185127.GA6951@jordon-HP-15-Notebook-PC>
Date: Tue, 5 Mar 2019 00:21:27 +0530
From: Souptick Joarder <jrdr.linux@...il.com>
To: shuah@...nel.org
Cc: linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
sabyasachi.linux@...il.com
Subject: [PATCH] selftest/x86/mpx-dig.c: 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/x86/mpx-dig.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/testing/selftests/x86/mpx-dig.c b/tools/testing/selftests/x86/mpx-dig.c
index c13607e..880fbf6 100644
--- 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>
--
1.9.1
Powered by blists - more mailing lists