From: Zheng Yongjun Date: Fri, 26 Mar 2021 06:48:08 +0000 (+0800) Subject: selftests/powerpc: Remove duplicated include from tm-poison.c X-Git-Tag: v5.15-rc1~100^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6af0b5570b59ce8dd1608a8e48f59eff3f4bdd04;p=thirdparty%2Fkernel%2Flinux.git selftests/powerpc: Remove duplicated include from tm-poison.c Remove duplicated include. Reported-by: Hulk Robot Signed-off-by: Zheng Yongjun Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210326064808.3262568-1-zhengyongjun3@huawei.com --- diff --git a/tools/testing/selftests/powerpc/tm/tm-poison.c b/tools/testing/selftests/powerpc/tm/tm-poison.c index 29e5f26af7b98..27c083a03d1f6 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"