[PATCH] tools/testing/selftests/powerpc/tm: Remove duplicate headers

2020-04-18 Thread jagdsh . linux
From: Jagadeesh Pagadala 

Code cleanup: Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala 
---
 tools/testing/selftests/powerpc/tm/tm-poison.c  | 1 -
 tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tools/testing/selftests/powerpc/tm/tm-poison.c 
b/tools/testing/selftests/powerpc/tm/tm-poison.c
index 9775584..f0257c6 100644
--- a/tools/testing/selftests/powerpc/tm/tm-poison.c
+++ b/tools/testing/selftests/powerpc/tm/tm-poison.c
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include "tm.h"
 
diff --git a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c 
b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
index e2a0c07..9ef37a9 100644
--- a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
+++ b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
@@ -17,7 +17,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include "tm.h"
 #include "utils.h"
-- 
1.8.3.1



[PATCH] tools/testing/selftests/powerpc/mm: Remove duplicate headers

2020-04-18 Thread jagdsh . linux
From: Jagadeesh Pagadala 

Code cleanup: Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala 
---
 tools/testing/selftests/powerpc/mm/tlbie_test.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/powerpc/mm/tlbie_test.c 
b/tools/testing/selftests/powerpc/mm/tlbie_test.c
index f85a093..48344a7 100644
--- a/tools/testing/selftests/powerpc/mm/tlbie_test.c
+++ b/tools/testing/selftests/powerpc/mm/tlbie_test.c
@@ -33,7 +33,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-- 
1.8.3.1



[PATCH] arch/powerpc: Remove duplicate headers

2019-03-23 Thread jagdsh . linux
From: Jagadeesh Pagadala 

Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala 
---
 arch/powerpc/kernel/time.c   | 1 -
 arch/powerpc/lib/code-patching.c | 1 -
 arch/powerpc/mm/numa.c   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c
index bc0503e..6ef3247 100644
--- a/arch/powerpc/kernel/time.c
+++ b/arch/powerpc/kernel/time.c
@@ -43,7 +43,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/arch/powerpc/lib/code-patching.c b/arch/powerpc/lib/code-patching.c
index 506413a..587ff97 100644
--- a/arch/powerpc/lib/code-patching.c
+++ b/arch/powerpc/lib/code-patching.c
@@ -15,7 +15,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index f976676..f3ee0e1 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -32,7 +32,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-- 
1.8.3.1