diff options
Diffstat (limited to 'arch/mips/kernel/stacktrace.c')
-rw-r--r-- | arch/mips/kernel/stacktrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/stacktrace.c b/arch/mips/kernel/stacktrace.c index 986f910961d9..7c7c902249f2 100644 --- a/arch/mips/kernel/stacktrace.c +++ b/arch/mips/kernel/stacktrace.c | |||
@@ -5,6 +5,7 @@ | |||
5 | */ | 5 | */ |
6 | #include <linux/sched.h> | 6 | #include <linux/sched.h> |
7 | #include <linux/sched/debug.h> | 7 | #include <linux/sched/debug.h> |
8 | #include <linux/sched/task_stack.h> | ||
8 | #include <linux/stacktrace.h> | 9 | #include <linux/stacktrace.h> |
9 | #include <linux/export.h> | 10 | #include <linux/export.h> |
10 | #include <asm/stacktrace.h> | 11 | #include <asm/stacktrace.h> |