Skip to content

Commit 1b7ef2d

Browse files
Jiapeng ChongIngo Molnar
authored andcommitted
sched/fair: Remove duplicate #include
./kernel/sched/fair.c: linux/sched/cond_resched.h is included more than once. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6907
1 parent 7b3d8df commit 1b7ef2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/sched/fair.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151

5252
#include <asm/switch_to.h>
5353

54-
#include <linux/sched/cond_resched.h>
55-
5654
#include "sched.h"
5755
#include "stats.h"
5856
#include "autogroup.h"

0 commit comments

Comments
 (0)