diff options
Diffstat (limited to 'kernel/kthread.c')
-rw-r--r-- | kernel/kthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kthread.c b/kernel/kthread.c index 8461a4372e8a..ef9b9eb809c7 100644 --- a/kernel/kthread.c +++ b/kernel/kthread.c | |||
@@ -5,6 +5,7 @@ | |||
5 | * even if we're invoked from userspace (think modprobe, hotplug cpu, | 5 | * even if we're invoked from userspace (think modprobe, hotplug cpu, |
6 | * etc.). | 6 | * etc.). |
7 | */ | 7 | */ |
8 | #include <uapi/linux/sched/types.h> | ||
8 | #include <linux/sched.h> | 9 | #include <linux/sched.h> |
9 | #include <linux/kthread.h> | 10 | #include <linux/kthread.h> |
10 | #include <linux/completion.h> | 11 | #include <linux/completion.h> |