[PATCH] mm/damon/core: remove string_choices.h include
From: SJ Park
Date: Wed Sep 02 2026 - 02:08:16 EST
It is no more being used.
Signed-off-by: SJ Park <sj@xxxxxxxxxx>
---
mm/damon/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/damon/core.c b/mm/damon/core.c
index a7ed7724c85af..84f6bc634f377 100644
--- a/mm/damon/core.c
+++ b/mm/damon/core.c
@@ -15,7 +15,6 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/string.h>
-#include <linux/string_choices.h>
/* for damon_get_folio() used by node eligible memory metrics */
#include "ops-common.h"
--
2.47.3