linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/damon/access_memory_even: remove unused header file
@ 2025-08-14 12:54 Enze Li
  2025-08-14 16:28 ` SeongJae Park
  0 siblings, 1 reply; 2+ messages in thread
From: Enze Li @ 2025-08-14 12:54 UTC (permalink / raw)
  To: sj, shuah; +Cc: damon, linux-mm, enze.li, Enze Li

Since the time.h header file is not actually needed in this code, we can
safely remove its inclusion.

Signed-off-by: Enze Li <lienze@kylinos.cn>
---
 tools/testing/selftests/damon/access_memory_even.c | 1 -
 1 file changed, 1 deletion(-)

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[])
 {

base-commit: 0cc53520e68bea7fb80fdc6bdf8d226d1b6a98d9
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests/damon/access_memory_even: remove unused header file
  2025-08-14 12:54 [PATCH] selftests/damon/access_memory_even: remove unused header file Enze Li
@ 2025-08-14 16:28 ` SeongJae Park
  0 siblings, 0 replies; 2+ messages in thread
From: SeongJae Park @ 2025-08-14 16:28 UTC (permalink / raw)
  To: Enze Li; +Cc: SeongJae Park, shuah, damon, linux-mm, enze.li, Andrew Morton

+ Andrew

On Thu, 14 Aug 2025 20:54:16 +0800 Enze Li <lienze@kylinos.cn> wrote:

> Since the time.h header file is not actually needed in this code, we can
> safely remove its inclusion.

Thank you for catching and cleaning this, Enze!

> 
> Signed-off-by: Enze Li <lienze@kylinos.cn>

Reviewed-by: SeongJae Park <sj@kernel.org>


Thanks,
SJ

[...]


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-14 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 12:54 [PATCH] selftests/damon/access_memory_even: remove unused header file Enze Li
2025-08-14 16:28 ` SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).