diff options
| author | Enze Li <lienze@kylinos.cn> | 2025-08-14 20:54:16 +0800 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2025-09-13 16:55:02 -0700 |
| commit | a3f451ad33791d56455c5434c5c30b427e147be8 (patch) | |
| tree | 6cfe76959442444b04e51e0d9b73d24c85a2e81d /tools/testing/selftests/damon | |
| parent | 6a204d4b14c99232e05d35305c27ebce1c009840 (diff) | |
| download | lwn-a3f451ad33791d56455c5434c5c30b427e147be8.tar.gz lwn-a3f451ad33791d56455c5434c5c30b427e147be8.zip | |
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 <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>
Diffstat (limited to 'tools/testing/selftests/damon')
| -rw-r--r-- | tools/testing/selftests/damon/access_memory_even.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/damon/access_memory_even.c b/tools/testing/selftests/damon/access_memory_even.c index a9f4e9aaf3a9..93f3a71bcfd4 100644 --- a/tools/testing/selftests/damon/access_memory_even.c +++ b/tools/testing/selftests/damon/access_memory_even.c @@ -9,7 +9,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <time.h> int main(int argc, char *argv[]) { |
