From: Enze Li Date: Thu, 14 Aug 2025 12:54:16 +0000 (+0800) Subject: selftests/damon/access_memory_even: remove unused header file X-Git-Tag: v6.18-rc1~130^2~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f451ad33791d56455c5434c5c30b427e147be8;p=thirdparty%2Fkernel%2Flinux.git selftests/damon/access_memory_even: remove unused header file Since the time.h header file is not actually needed in this code, we can safely remove its inclusion. Link: https://lkml.kernel.org/r/20250814125417.659937-1-lienze@kylinos.cn Signed-off-by: Enze Li Reviewed-by: SeongJae Park Cc: Shuah Khan Signed-off-by: Andrew Morton --- diff --git a/tools/testing/selftests/damon/access_memory_even.c b/tools/testing/selftests/damon/access_memory_even.c index a9f4e9aaf3a93..93f3a71bcfd4d 100644 --- a/tools/testing/selftests/damon/access_memory_even.c +++ b/tools/testing/selftests/damon/access_memory_even.c @@ -9,7 +9,6 @@ #include #include #include -#include int main(int argc, char *argv[]) {