[PATCH] sched: Do not include "autogroup.h" header
From: Juan José Arboleda
Date: Sun May 04 2025 - 20:35:06 EST
Remove the unused inclusion of autogroup.h from fair.c.
Signed-off-by: Juan José Arboleda <soyjuanarbol@xxxxxxxxx>
---
kernel/sched/fair.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 0fb9bf995a47..05ebbce650b7 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -56,7 +56,6 @@
#include "sched.h"
#include "stats.h"
-#include "autogroup.h"
/*
* The initial- and re-scaling of tunables is configurable
--
2.49.0