[PATCH] sched/headers: fix redundant include of autogroup.h

Phil Auld posted 1 patch 4 years, 1 month ago
kernel/sched/core.c | 2 --
1 file changed, 2 deletions(-)
[PATCH] sched/headers: fix redundant include of autogroup.h
Posted by Phil Auld 4 years, 1 month ago
In kernel/sched/core.c there are two #include "autogroup.h" lines
in a row. Remove one.

Fixes: e66f6481a8c7 ("Reorganize, clean up and optimize kernel/sched/core.c dependencies")
Signed-off-by: Phil Auld <pauld@redhat.com>
---
 kernel/sched/core.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index d575b4914925..45447fa386e4 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -80,8 +80,6 @@
 
 #include "sched.h"
 #include "stats.h"
-#include "autogroup.h"
-
 #include "autogroup.h"
 #include "pelt.h"
 #include "smp.h"
-- 
2.18.0