aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2021-03-26 14:48:08 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2021-08-18 09:38:30 +1000
commit6af0b5570b59ce8dd1608a8e48f59eff3f4bdd04 (patch)
tree1f8b8ae0824969734612b70ee6ac21bd51020bd4 /tools/testing/selftests/powerpc
parentpowerpc: Remove duplicate includes (diff)
downloadlinux-dev-6af0b5570b59ce8dd1608a8e48f59eff3f4bdd04.tar.xz
linux-dev-6af0b5570b59ce8dd1608a8e48f59eff3f4bdd04.zip
selftests/powerpc: Remove duplicated include from tm-poison.c
Remove duplicated include. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210326064808.3262568-1-zhengyongjun3@huawei.com
Diffstat (limited to 'tools/testing/selftests/powerpc')
-rw-r--r--tools/testing/selftests/powerpc/tm/tm-poison.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/tm/tm-poison.c b/tools/testing/selftests/powerpc/tm/tm-poison.c
index 29e5f26af7b9..27c083a03d1f 100644
--- a/tools/testing/selftests/powerpc/tm/tm-poison.c
+++ b/tools/testing/selftests/powerpc/tm/tm-poison.c
@@ -20,7 +20,6 @@
#include <sched.h>
#include <sys/types.h>
#include <signal.h>
-#include <inttypes.h>
#include "tm.h"