]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests: remove duplicate include
authorZhang Yunkai <zhang.yunkai@zte.com.cn>
Thu, 22 Apr 2021 06:43:08 +0000 (16:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 May 2021 22:09:26 +0000 (08:09 +1000)
commit5150a1e613a23b70aaa391199aaa13bcde70b673
treeb30cf73dfe32d48f2dad44886ae3c9db43dc1c13
parent53fa81f0c9f632713535f87f275be56668cf7ba5
selftests: remove duplicate include

'assert.h' included in 'sparsebit.c' is duplicated.
It is also included in the 161th line.
'string.h' included in 'mincore_selftest.c' is duplicated.
It is also included in the 15th line.
'sched.h' included in 'tlbie_test.c' is duplicated.
It is also included in the 33th line.

Link: https://lkml.kernel.org/r/20210316073336.426255-1-zhang.yunkai@zte.com.cn
Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
tools/testing/selftests/kvm/lib/sparsebit.c
tools/testing/selftests/mincore/mincore_selftest.c
tools/testing/selftests/powerpc/mm/tlbie_test.c