]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/mm: remove duplicate include of unistd.h
authorChen Ni <nichen@iscas.ac.cn>
Wed, 11 Feb 2026 06:43:11 +0000 (14:43 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 5 Apr 2026 20:53:01 +0000 (13:53 -0700)
commit15c578d0dc9952c634f59fcdf9f75be0e42ca834
tree4d97b663ff97777a823e7768932451835188e40a
parent26513781d1b3a1e8b4b576ed62751d604a69b374
selftests/mm: remove duplicate include of unistd.h

Remove duplicate inclusion of unistd.h in memory-failure.c to clean up
redundant code.

Link: https://lkml.kernel.org/r/20260211064311.2981726-1-nichen@iscas.ac.cn
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Acked-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Dev Jain <dev.jain@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/memory-failure.c