diff mbox series

[1/1] selftests/powerpc: Remove duplicated header file inclusion

Message ID 20210517121633.7481-1-thunder.leizhen@huawei.com
State New
Headers show
Series [1/1] selftests/powerpc: Remove duplicated header file inclusion | expand

Commit Message

Zhen Lei May 17, 2021, 12:16 p.m. UTC
The header file <pthread.h> is already included above and can be
removed here.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>

---
 tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.25.1
diff mbox series

Patch

diff --git a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
index e2a0c07e8362..9ef37a9836ac 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 <pthread.h>
 #include <sys/mman.h>
 #include <unistd.h>
-#include <pthread.h>
 
 #include "tm.h"
 #include "utils.h"