mirror of https://gitee.com/openkylin/linux.git
selftests/powerpc: Fix duplicate included pthread.h
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 <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/1620903820-68213-1-git-send-email-jiapeng.chong@linux.alibaba.com
This commit is contained in:
parent
9b373899e9
commit
c67454615c
|
@ -17,7 +17,6 @@
|
|||
#include <pthread.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "tm.h"
|
||||
#include "utils.h"
|
||||
|
|
Loading…
Reference in New Issue