Re: [PATCH] selftests/powerpc: Fix duplicate included pthread.h

2021-06-06 Thread Michael Ellerman
On Thu, 13 May 2021 19:03:40 +0800, Jiapeng Chong wrote: > Clean up the following includecheck warning: > > ./tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c: pthread.h is > included more than once. > > No functional change. Applied to powerpc/next. [1/1] selftests/powerpc: Fix duplicate

[PATCH] selftests/powerpc: Fix duplicate included pthread.h

2021-05-13 Thread Jiapeng Chong
Clean up the following includecheck warning: ./tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c: pthread.h is included more than once. No functional change. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c | 1 - 1 file changed,