diff options
Diffstat (limited to 'kernel/sched/idle_task.c')
-rw-r--r-- | kernel/sched/idle_task.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/sched/idle_task.c b/kernel/sched/idle_task.c index ec73680922f8..488222ac4651 100644 --- a/kernel/sched/idle_task.c +++ b/kernel/sched/idle_task.c | |||
@@ -1,12 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include "sched.h" | ||
3 | |||
4 | /* | 2 | /* |
5 | * idle-task scheduling class. | 3 | * idle-task scheduling class. |
6 | * | 4 | * |
7 | * (NOTE: these are not related to SCHED_IDLE tasks which are | 5 | * (NOTE: these are not related to SCHED_IDLE batch scheduling tasks which are |
8 | * handled in sched/fair.c) | 6 | * handled in sched/fair.c) |
9 | */ | 7 | */ |
8 | #include "sched.h" | ||
10 | 9 | ||
11 | #ifdef CONFIG_SMP | 10 | #ifdef CONFIG_SMP |
12 | static int | 11 | static int |