Commit 5b96e6c1 authored by Alexander Egorenkov's avatar Alexander Egorenkov Committed by Vasily Gorbik

s390/thread_info.h: fix task_struct declaration warning

Add missing forward declaration for task_struct.
The warning appears when the -Werror C compiler flag is being used.
Signed-off-by: default avatarAlexander Egorenkov <egorenar@linux.ibm.com>
Acked-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent d010b378
......@@ -47,6 +47,8 @@ struct thread_info {
.flags = 0, \
}
struct task_struct;
void arch_release_task_struct(struct task_struct *tsk);
int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment