From: Chen Ni Date: Wed, 11 Feb 2026 06:43:11 +0000 (+0800) Subject: selftests/mm: remove duplicate include of unistd.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15c578d0dc9952c634f59fcdf9f75be0e42ca834;p=thirdparty%2Fkernel%2Fstable.git 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 Acked-by: Miaohe Lin Reviewed-by: Liam R. Howlett Reviewed-by: SeongJae Park Reviewed-by: Dev Jain Signed-off-by: Andrew Morton --- diff --git a/tools/testing/selftests/mm/memory-failure.c b/tools/testing/selftests/mm/memory-failure.c index 3d9e0b9ffb41..032ed952057c 100644 --- a/tools/testing/selftests/mm/memory-failure.c +++ b/tools/testing/selftests/mm/memory-failure.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include