diff options
Diffstat (limited to 'arch/arm64/include/asm/exec.h')
-rw-r--r-- | arch/arm64/include/asm/exec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/exec.h b/arch/arm64/include/asm/exec.h index db0563c23482..f7865dd9d868 100644 --- a/arch/arm64/include/asm/exec.h +++ b/arch/arm64/include/asm/exec.h | |||
@@ -18,6 +18,9 @@ | |||
18 | #ifndef __ASM_EXEC_H | 18 | #ifndef __ASM_EXEC_H |
19 | #define __ASM_EXEC_H | 19 | #define __ASM_EXEC_H |
20 | 20 | ||
21 | #include <linux/sched.h> | ||
22 | |||
21 | extern unsigned long arch_align_stack(unsigned long sp); | 23 | extern unsigned long arch_align_stack(unsigned long sp); |
24 | void uao_thread_switch(struct task_struct *next); | ||
22 | 25 | ||
23 | #endif /* __ASM_EXEC_H */ | 26 | #endif /* __ASM_EXEC_H */ |