]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
selftests/damon/access_memory_even: remove unused header file
authorEnze Li <lienze@kylinos.cn>
Thu, 14 Aug 2025 12:54:16 +0000 (20:54 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Sep 2025 00:24:59 +0000 (17:24 -0700)
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 <lienze@kylinos.cn>
Reviewed-by: SeongJae Park <sj@kernel.org>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/damon/access_memory_even.c

index a9f4e9aaf3a930b2502eff1d8124f2225ecf5a1d..93f3a71bcfd4d59e2c2f4323d1ed8f1830e8b270 100644 (file)
@@ -9,7 +9,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <time.h>
 
 int main(int argc, char *argv[])
 {