linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched/headers: fix redundant include of autogroup.h
@ 2022-04-07 18:12 Phil Auld
  0 siblings, 0 replies; only message in thread
From: Phil Auld @ 2022-04-07 18:12 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
	Dietmar Eggemann

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-07 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 18:12 [PATCH] sched/headers: fix redundant include of autogroup.h Phil Auld

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).