[PATCH v1 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
David Hildenbrand
david at redhat.com
Wed Oct 22 02:00:35 AEDT 2025
Before commit b1123ea6d3b3 ("mm: balloon: use general non-lru movable page
feature"), the include was required because of isolated_balloon_page().
It's no longer required, so let's remove it.
Signed-off-by: David Hildenbrand <david at redhat.com>
---
mm/vmscan.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/vmscan.c b/mm/vmscan.c
index c922bad2b8fd4..b96448b562823 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -63,7 +63,6 @@
#include <asm/div64.h>
#include <linux/swapops.h>
-#include <linux/balloon_compaction.h>
#include <linux/sched/sysctl.h>
#include "internal.h"
--
2.51.0
More information about the Linuxppc-dev
mailing list