[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220407181217.20487-1-pauld@redhat.com>
Date: Thu, 7 Apr 2022 14:12:17 -0400
From: Phil Auld <pauld@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Juri Lelli <juri.lelli@...hat.com>,
Vincent Guittot <vincent.guittot@...aro.org>,
Dietmar Eggemann <dietmar.eggemann@....com>
Subject: [PATCH] sched/headers: fix redundant include of autogroup.h
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@...hat.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
Powered by blists - more mailing lists