summaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2015-03-16 12:46:38 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-03-25 11:49:46 +0100
commit2a5e91c3acda515f9faac646777f3e54aa9cf04b (patch)
tree4573171782ca325816d172e679d4431bde7d491b /arch/s390
parents390: make couple of functions and variables static (diff)
downloadlinux-2a5e91c3acda515f9faac646777f3e54aa9cf04b.tar.xz
linux-2a5e91c3acda515f9faac646777f3e54aa9cf04b.zip
s390: add missing arch_release_task_struct() declaration
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/include/asm/thread_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h
index 3df4aa13291d..d532098d98bf 100644
--- a/arch/s390/include/asm/thread_info.h
+++ b/arch/s390/include/asm/thread_info.h
@@ -61,6 +61,8 @@ static inline struct thread_info *current_thread_info(void)
return (struct thread_info *) S390_lowcore.thread_info;
}
+void arch_release_task_struct(struct task_struct *tsk);
+
#define THREAD_SIZE_ORDER THREAD_ORDER
#endif